[Scummvm-cvs-logs] SF.net SVN: scummvm:[41855] scummvm/branches/gsoc2009-16bit/dists/msvc8/ groovie.vcproj

upthorn at users.sourceforge.net upthorn at users.sourceforge.net
Thu Jun 25 10:56:00 CEST 2009


Revision: 41855
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41855&view=rev
Author:   upthorn
Date:     2009-06-25 08:56:00 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
added preprocessor defines for ENABLE_RGB_COLOR and GROOVIE_EXPERIMENTAL to groovie msvc8 project

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/dists/msvc8/groovie.vcproj

Modified: scummvm/branches/gsoc2009-16bit/dists/msvc8/groovie.vcproj
===================================================================
--- scummvm/branches/gsoc2009-16bit/dists/msvc8/groovie.vcproj	2009-06-25 08:55:16 UTC (rev 41854)
+++ scummvm/branches/gsoc2009-16bit/dists/msvc8/groovie.vcproj	2009-06-25 08:56:00 UTC (rev 41855)
@@ -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"
 			>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list