[Scummvm-cvs-logs] SF.net SVN: scummvm:[50841] scummvm/branches/gsoc2010-opengl/tools/ create_msvc/create_msvc.cpp

vgvgf at users.sourceforge.net vgvgf at users.sourceforge.net
Tue Jul 13 06:57:32 CEST 2010


Revision: 50841
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50841&view=rev
Author:   vgvgf
Date:     2010-07-13 04:57:31 +0000 (Tue, 13 Jul 2010)

Log Message:
-----------
Added OpenGL feature to Create MSVC tool.

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/tools/create_msvc/create_msvc.cpp

Modified: scummvm/branches/gsoc2010-opengl/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/branches/gsoc2010-opengl/tools/create_msvc/create_msvc.cpp	2010-07-13 04:31:15 UTC (rev 50840)
+++ scummvm/branches/gsoc2010-opengl/tools/create_msvc/create_msvc.cpp	2010-07-13 04:57:31 UTC (rev 50841)
@@ -836,6 +836,7 @@
 	{    "vorbis",     "USE_VORBIS", "libvorbisfile_static.lib libvorbis_static.lib libogg_static.lib", true, "Ogg Vorbis support" },
 	{      "flac",       "USE_FLAC", "libFLAC_static.lib", true, "FLAC support" },
 	{     "mpeg2",      "USE_MPEG2", "libmpeg2.lib", false, "mpeg2 codec for cutscenes" },
+	{    "opengl",     "USE_OPENGL", "opengl32.lib", true, "OpenGL for rendering engine" },
 
 	// ScummVM feature flags
 	{     "scalers",     "USE_SCALERS", "", true, "Scalers" },


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