[Scummvm-cvs-logs] SF.net SVN: scummvm:[54159] scummvm/trunk/tools/create_msvc/create_msvc.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Tue Nov 9 16:55:17 CET 2010
Revision: 54159
http://scummvm.svn.sourceforge.net/scummvm/?rev=54159&view=rev
Author: thebluegr
Date: 2010-11-09 15:55:17 +0000 (Tue, 09 Nov 2010)
Log Message:
-----------
create_msvc: Added the SDL_BACKEND define, to fix compilation with MSVC
Modified Paths:
--------------
scummvm/trunk/tools/create_msvc/create_msvc.cpp
Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp 2010-11-09 15:45:20 UTC (rev 54158)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp 2010-11-09 15:55:17 UTC (rev 54159)
@@ -838,6 +838,7 @@
{ "mpeg2", "USE_MPEG2", "libmpeg2.lib", false, "mpeg2 codec for cutscenes" },
// ScummVM feature flags
+ { "sdlbackend", "SDL_BACKEND", "", true, "SDL backend" },
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
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