diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-09 19:02:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-09 19:02:44 +0000 |
commit | 8e67ea70f5eb11ff4f0c2bfdb289322466eb3277 (patch) | |
tree | 0bd7662b1132171a8b10aa6574864148c70b7597 /cpp/src/slice2cpp/slice2cpp.dsp | |
parent | performance improvements (diff) | |
download | ice-8e67ea70f5eb11ff4f0c2bfdb289322466eb3277.tar.bz2 ice-8e67ea70f5eb11ff4f0c2bfdb289322466eb3277.tar.xz ice-8e67ea70f5eb11ff4f0c2bfdb289322466eb3277.zip |
fixes
Diffstat (limited to 'cpp/src/slice2cpp/slice2cpp.dsp')
-rw-r--r-- | cpp/src/slice2cpp/slice2cpp.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/slice2cpp.dsp b/cpp/src/slice2cpp/slice2cpp.dsp index 792bb5d81c8..5d763a2e569 100644 --- a/cpp/src/slice2cpp/slice2cpp.dsp +++ b/cpp/src/slice2cpp/slice2cpp.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MD /W3 /WX /GR /GX /O2 /I "." /I "../../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /YX /FD /c
-# SUBTRACT CPP /Fr
+# SUBTRACT CPP /Z<none> /Fr
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
|