[Scummvm-cvs-logs] SF.net SVN: scummvm:[49886] scummvm/trunk/tools/create_msvc/create_msvc.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Jun 15 21:21:20 CEST 2010


Revision: 49886
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49886&view=rev
Author:   lordhoto
Date:     2010-06-15 19:21:20 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
Add translation feature support in create_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-06-15 19:20:58 UTC (rev 49885)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-06-15 19:21:20 UTC (rev 49886)
@@ -835,11 +835,12 @@
 	{     "mpeg2",      "USE_MPEG2", "libmpeg2.lib", false, "mpeg2 codec for cutscenes" },
 
 	// ScummVM feature flags
-	{   "scalers",    "USE_SCALERS", "", true, "Scalers" },
-	{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
-	{     "16bit",  "USE_RGB_COLOR", "", true, "16bit color support" },
-	{   "mt32emu",    "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
-	{      "nasm",       "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
+	{     "scalers",     "USE_SCALERS", "", true, "Scalers" },
+	{   "hqscalers",  "USE_HQ_SCALERS", "", true, "HQ scalers" },
+	{       "16bit",   "USE_RGB_COLOR", "", true, "16bit color support" },
+	{     "mt32emu",     "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
+	{        "nasm",        "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
+	{ "translation", "USE_TRANSLATION", "", true, "Translation support" }
 };
 } // End of anonymous namespace
 


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