aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/scumm.vcproj
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/msvc9/scumm.vcproj
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/msvc9/scumm.vcproj')
-rw-r--r--dists/msvc9/scumm.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/msvc9/scumm.vcproj b/dists/msvc9/scumm.vcproj
index 4acecd4517..d76d28cc4f 100644
--- a/dists/msvc9/scumm.vcproj
+++ b/dists/msvc9/scumm.vcproj
@@ -43,7 +43,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"