aboutsummaryrefslogtreecommitdiff
path: root/scummvm.dsp
diff options
context:
space:
mode:
authorJamieson Christian2003-10-02 15:00:36 +0000
committerJamieson Christian2003-10-02 15:00:36 +0000
commit8fbcb4ac151e0e4cf71dd1753901d04615fc20f0 (patch)
tree903f0c06a207418676b512615e1357c8ff52ecf7 /scummvm.dsp
parentab990be6669c3440b38385760cbc8d58034f6dae (diff)
downloadscummvm-rg350-8fbcb4ac151e0e4cf71dd1753901d04615fc20f0.tar.gz
scummvm-rg350-8fbcb4ac151e0e4cf71dd1753901d04615fc20f0.tar.bz2
scummvm-rg350-8fbcb4ac151e0e4cf71dd1753901d04615fc20f0.zip
Added MSVC6_COMPAT in order to be able to disable
new additions/optimizations that use constructs with which MSVC6 is incompatible, such as the revamped template-based super/hq/tv scalers. svn-id: r10540
Diffstat (limited to 'scummvm.dsp')
-rw-r--r--scummvm.dsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scummvm.dsp b/scummvm.dsp
index e5c7c6866d..5fec6df30b 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 /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" /D "MSVC6_COMPAT" /YX /FD /GZ /c
# SUBTRACT CPP /Fr
# ADD BASE RSC /l 0x41d /d "_DEBUG"
# ADD RSC /l 0x41d /d "_DEBUG"