[Scummvm-cvs-logs] SF.net SVN: scummvm:[54528] scummvm/trunk/tools/create_project/ create_project.cpp
    thebluegr at users.sourceforge.net 
    thebluegr at users.sourceforge.net
       
    Sun Nov 28 16:54:20 CET 2010
    
    
  
Revision: 54528
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54528&view=rev
Author:   thebluegr
Date:     2010-11-28 15:54:20 +0000 (Sun, 28 Nov 2010)
Log Message:
-----------
CREATE_PROJECT: Updated project file generation for the gsoc2010-opengl branch (thanks to LordHoto)
Modified Paths:
--------------
    scummvm/trunk/tools/create_project/create_project.cpp
Modified: scummvm/trunk/tools/create_project/create_project.cpp
===================================================================
--- scummvm/trunk/tools/create_project/create_project.cpp	2010-11-28 15:47:54 UTC (rev 54527)
+++ scummvm/trunk/tools/create_project/create_project.cpp	2010-11-28 15:54:20 UTC (rev 54528)
@@ -274,6 +274,7 @@
 	setup.defines.splice(setup.defines.begin(), featureDefines);
 
 	// Windows only has support for the SDL backend, so we hardcode it here (along with winmm)
+	setup.defines.push_back("WIN32");
 	setup.defines.push_back("SDL_BACKEND");
 	setup.libraries.push_back("sdl");
 	setup.libraries.push_back("winmm");
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