diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-07 09:57:15 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-07 09:57:15 +0000 |
commit | 9df23cdf710157e0af00d391b5ac357866ba310d (patch) | |
tree | 51d5d3eb43a09b01af3f60d5db19c110b3ce64e3 /cpp/src/slice2cppe | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231. (diff) | |
download | ice-9df23cdf710157e0af00d391b5ac357866ba310d.tar.bz2 ice-9df23cdf710157e0af00d391b5ac357866ba310d.tar.xz ice-9df23cdf710157e0af00d391b5ac357866ba310d.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2199
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Makefile.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Makefile.mak b/cpp/src/slice2cppe/Makefile.mak index 8683451e02f..334dc4c6567 100644 --- a/cpp/src/slice2cppe/Makefile.mak +++ b/cpp/src/slice2cppe/Makefile.mak @@ -22,7 +22,7 @@ SRCS = $(OBJS:.obj=.cpp) CPPFLAGS = -I. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN -!if "$(CPP_COMPILER)" != "BCC2006" & "$(OPTIMIZE)" != "yes" +!if "$(CPP_COMPILER)" != "BCC2006" && "$(OPTIMIZE)" != "yes" PDBFLAGS = /pdb:$(NAME:.exe=.pdb) !endif |