diff options
author | Jody Northup | 2009-06-25 08:56:00 +0000 |
---|---|---|
committer | Jody Northup | 2009-06-25 08:56:00 +0000 |
commit | dc873f5e89f2622a8e4d3857a28971f30db932e0 (patch) | |
tree | 00dd4f8cc834c2bf636c96a9ee39e062a985896b | |
parent | 53eb83dc95b825b2bf4f5f3943e8f10d9add3aa6 (diff) | |
download | scummvm-rg350-dc873f5e89f2622a8e4d3857a28971f30db932e0.tar.gz scummvm-rg350-dc873f5e89f2622a8e4d3857a28971f30db932e0.tar.bz2 scummvm-rg350-dc873f5e89f2622a8e4d3857a28971f30db932e0.zip |
added preprocessor defines for ENABLE_RGB_COLOR and GROOVIE_EXPERIMENTAL to groovie msvc8 project
svn-id: r41855
-rw-r--r-- | dists/msvc8/groovie.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj index 14ab5726fc..e6e7e792ba 100644 --- a/dists/msvc8/groovie.vcproj +++ b/dists/msvc8/groovie.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8,00" + Version="8.00" Name="groovie" ProjectGUID="{2C1EA540-0B09-11DD-BD00-000000000000}" RootNamespace="groovie" @@ -42,7 +42,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;USE_ZLIB;USE_MAD;USE_VORBIS; ENABLE_RGB_COLOR; GROOVIE_EXPERIMENTAL" MinimalRebuild="true" ExceptionHandling="1" BasicRuntimeChecks="3" @@ -259,7 +259,7 @@ <File RelativePath="..\..\engines\groovie\saveload.h" > - </File> + </File> <File RelativePath="..\..\engines\groovie\script.cpp" > |