aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-17 20:06:17 +0000
committerPaweł Kołodziejski2009-02-17 20:06:17 +0000
commitd428b4da6c73632f1b9fefb52dce2b8275f80b5c (patch)
tree05efcc748ef3d46ee2aabfe754353afd842e5cc7 /dists/msvc9
parente5def6fbeabce50c03b7aa79c4c6f033fea4a2a5 (diff)
downloadscummvm-rg350-d428b4da6c73632f1b9fefb52dce2b8275f80b5c.tar.gz
scummvm-rg350-d428b4da6c73632f1b9fefb52dce2b8275f80b5c.tar.bz2
scummvm-rg350-d428b4da6c73632f1b9fefb52dce2b8275f80b5c.zip
remove not needed anymore SCUMMVM define
svn-id: r38443
Diffstat (limited to 'dists/msvc9')
-rw-r--r--dists/msvc9/sci.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc9/sci.vcproj b/dists/msvc9/sci.vcproj
index 7ba0428d39..c8b4c31f41 100644
--- a/dists/msvc9/sci.vcproj
+++ b/dists/msvc9/sci.vcproj
@@ -44,7 +44,7 @@
Optimization="0"
InlineFunctionExpansion="0"
AdditionalIncludeDirectories="../../;../../engines"
- PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;SCUMMVM"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
MinimalRebuild="true"
ExceptionHandling="1"
BasicRuntimeChecks="3"
@@ -120,7 +120,7 @@
FavorSizeOrSpeed="2"
OmitFramePointers="true"
AdditionalIncludeDirectories="../../;../../engines"
- PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS;SCUMMVM"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
StringPooling="true"
ExceptionHandling="1"
RuntimeLibrary="0"