aboutsummaryrefslogtreecommitdiff
path: root/scummvm.dsp
diff options
context:
space:
mode:
authorJamieson Christian2003-09-27 02:33:17 +0000
committerJamieson Christian2003-09-27 02:33:17 +0000
commit44bfb7b866ae3aafc2636580cca4a68257f8217d (patch)
tree83d908b5100d843c521587de5dac8c0895a5c85f /scummvm.dsp
parent02efb31591fd0ede44af4f5b00fc3c6a984e7b9f (diff)
downloadscummvm-rg350-44bfb7b866ae3aafc2636580cca4a68257f8217d.tar.gz
scummvm-rg350-44bfb7b866ae3aafc2636580cca4a68257f8217d.tar.bz2
scummvm-rg350-44bfb7b866ae3aafc2636580cca4a68257f8217d.zip
Removed RTTI except where required
(i.e. scummvm/scumm/mixer.cpp) svn-id: r10420
Diffstat (limited to 'scummvm.dsp')
-rw-r--r--scummvm.dsp15
1 files changed, 14 insertions, 1 deletions
diff --git a/scummvm.dsp b/scummvm.dsp
index 9cced2648c..15a3ae6205 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 /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
# SUBTRACT CPP /Fr
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"
@@ -307,6 +307,19 @@ SOURCE=.\sound\midiparser_xmidi.cpp
# Begin Source File
SOURCE=.\sound\mixer.cpp
+
+!IF "$(CFG)" == "scummvm - Win32 Release"
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 mad mp3 Debug"
+
+# ADD CPP /GR
+
+!ELSEIF "$(CFG)" == "scummvm - Win32 mad mp3 Release"
+
+!ENDIF
+
# End Source File
# Begin Source File