aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-28 19:30:43 +0000
committerFilippos Karapetis2008-05-28 19:30:43 +0000
commit649f439fb6fe7099ed4cf589961e6391d6ed45c5 (patch)
treecbe6a3c07b671d55ed81baa7ecde8ce73ce242cf /dists/msvc8
parente9c412241917342497a4ff80b5aaf5ca866cb7b3 (diff)
downloadscummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.tar.gz
scummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.tar.bz2
scummvm-rg350-649f439fb6fe7099ed4cf589961e6391d6ed45c5.zip
Reverted commit #32344, apparently those defines are needed for the SCUMM engine for older versions of MSVC
svn-id: r32346
Diffstat (limited to 'dists/msvc8')
-rw-r--r--dists/msvc8/scumm.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj
index e10f664c28..42a4ff6993 100644
--- a/dists/msvc8/scumm.vcproj
+++ b/dists/msvc8/scumm.vcproj
@@ -42,7 +42,7 @@
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
Optimization="0"
AdditionalIncludeDirectories="../..;../../engines"
- PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ PreprocessorDefinitions="WIN32;_DEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
MinimalRebuild="true"
ExceptionHandling="1"
BasicRuntimeChecks="3"
@@ -115,7 +115,7 @@
InlineFunctionExpansion="1"
OmitFramePointers="true"
AdditionalIncludeDirectories="../..;../../engines"
- PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
+ PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
StringPooling="true"
ExceptionHandling="1"
RuntimeLibrary="0"