aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc7/scumm.vcproj
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-01-17 09:19:21 +0000
committerPaweł Kołodziejski2004-01-17 09:19:21 +0000
commitfb32b6ae8efb48935a56177091a3b7f62944a9c0 (patch)
tree20c74524d15456445cef0773810cf3061f8bb7dc /dists/msvc7/scumm.vcproj
parent4270eebbb408140a06c23d5b44600373c6cdfdc4 (diff)
downloadscummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.tar.gz
scummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.tar.bz2
scummvm-rg350-fb32b6ae8efb48935a56177091a3b7f62944a9c0.zip
enabled some stuff by default: zlib, vorbis, libmpeg2
svn-id: r12448
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 3eceab0782..b9b37d772a 100644
--- a/dists/msvc7/scumm.vcproj
+++ b/dists/msvc7/scumm.vcproj
@@ -21,7 +21,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../;../../common"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_MAD"
+ PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
MinimalRebuild="TRUE"
ExceptionHandling="TRUE"
BasicRuntimeChecks="3"
@@ -65,7 +65,7 @@
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../../;../../common"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_MAD"
+ PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
StringPooling="TRUE"
ExceptionHandling="TRUE"
RuntimeLibrary="0"