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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jun 27 00:45:53 CEST 2010


Revision: 50350
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50350&view=rev
Author:   lordhoto
Date:     2010-06-26 22:45:53 +0000 (Sat, 26 Jun 2010)

Log Message:
-----------
Add flag to set USE_DETECTLANG 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-26 22:44:43 UTC (rev 50349)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2010-06-26 22:45:53 UTC (rev 50350)
@@ -840,7 +840,9 @@
 	{       "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" }
+	{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
+	{  "langdetect",  "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
+	                                                                                    // is just no current way of properly detecting this...
 };
 } // 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