aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/scumm.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-28 19:10:44 +0000
committerFilippos Karapetis2008-05-28 19:10:44 +0000
commit29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9 (patch)
tree72c2b2c5a68cd42adb1c07014e2c20461f7abfbf /dists/msvc7/scumm.vcproj
parent90bf3de2d66a6605fad7f6a050fae6d277d15f56 (diff)
downloadscummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.tar.gz
scummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.tar.bz2
scummvm-rg350-29a4c3201b4fe4d8c1d6dfa10165e338cb4e01d9.zip
Remove the ENABLE_SCUMM_7_8 and ENABLE_HE directives from the SCUMM engine MSVC project file. They'll be placed in the global ScummVM project
svn-id: r32344
Diffstat (limited to 'dists/msvc7/scumm.vcproj')
-rw-r--r--dists/msvc7/scumm.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc7/scumm.vcproj b/dists/msvc7/scumm.vcproj
index 56f78692cc..8264952066 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;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
MinimalRebuild="TRUE"
ExceptionHandling="TRUE"
BasicRuntimeChecks="3"
@@ -65,7 +65,7 @@
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../..;../../engines"
- PreprocessorDefinitions="WIN32;NDEBUG;ENABLE_SCUMM_7_8;ENABLE_HE;USE_ZLIB;USE_MAD;USE_VORBIS"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
StringPooling="TRUE"
ExceptionHandling="TRUE"
RuntimeLibrary="0"