aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-06 16:30:27 +0000
committerFilippos Karapetis2008-05-06 16:30:27 +0000
commitcc5215b4bb3db2f94883492f4d0334eebe2e3a39 (patch)
treeed3f8350431ab15d61b7711d0d82dcd76da58906 /dists/msvc7
parent7595f20e33ee709b486de887cacd5e4bdba7a67a (diff)
downloadscummvm-rg350-cc5215b4bb3db2f94883492f4d0334eebe2e3a39.tar.gz
scummvm-rg350-cc5215b4bb3db2f94883492f4d0334eebe2e3a39.tar.bz2
scummvm-rg350-cc5215b4bb3db2f94883492f4d0334eebe2e3a39.zip
Updated the preprocessor directives for the SCUMM engine's MSVC project files
svn-id: r31899
Diffstat (limited to 'dists/msvc7')
-rw-r--r--dists/msvc7/scumm.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj
index 8264952066..05d710de3d 100644
--- a/dists/msvc7/scumm.vcproj
+++ b/dists/msvc7/scumm.vcproj
@@ -21,7 +21,7 @@
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
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="TRUE"
BasicRuntimeChecks="3"