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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Dec 1 15:57:22 CET 2010


Revision: 54703
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54703&view=rev
Author:   thebluegr
Date:     2010-12-01 14:57:22 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
TOOLS: Capitalization fix

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-12-01 14:57:05 UTC (rev 54702)
+++ scummvm/trunk/tools/create_project/create_project.cpp	2010-12-01 14:57:22 UTC (rev 54703)
@@ -690,7 +690,7 @@
 	{       "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.
-	{      "OpenGL",      "USE_OPENGL", "opengl32", true, "OpenGL support" },
+	{      "opengl",      "USE_OPENGL", "opengl32", true, "OpenGL 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...


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