diff options
author | Jamieson Christian | 2003-09-29 08:11:55 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-09-29 08:11:55 +0000 |
commit | 756e183953b4ffc41212bd1670b84668e0ba2520 (patch) | |
tree | 68bb4f7a4e75bfd7e919346181c114ab550d4df5 | |
parent | 70e8d2780dbd7e9e691b07de1c04c1b46fc6a784 (diff) | |
download | scummvm-rg350-756e183953b4ffc41212bd1670b84668e0ba2520.tar.gz scummvm-rg350-756e183953b4ffc41212bd1670b84668e0ba2520.tar.bz2 scummvm-rg350-756e183953b4ffc41212bd1670b84668e0ba2520.zip |
The IDE did this. Whatever.
svn-id: r10481
-rw-r--r-- | scummvm.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.dsp b/scummvm.dsp index 41235c0d13..966ade483a 100644 --- a/scummvm.dsp +++ b/scummvm.dsp @@ -98,7 +98,7 @@ LINK32=link.exe # PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "./sound" /I "./" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ALLOW_GDI" /D "BYPASS_COPY_PROT" /D "USE_ADLIB" /D "USE_MAD" /Yu"stdafx.h" /FD /GZ /c
# SUBTRACT BASE CPP /Fr
-# ADD CPP /nologo /MTd /W3 /WX /Gm /GR- /GX /ZI /Od /I "." /I "common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ALLOW_GDI" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /WX /Gm /GX /ZI /Od /I "." /I "common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "ALLOW_GDI" /D "USE_ADLIB" /D "BYPASS_COPY_PROT" /D "USE_MAD" /YX /FD /GZ /c
# SUBTRACT CPP /Fr
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
|