From: Jerome St-Louis Date: Fri, 22 May 2015 20:54:31 +0000 (-0400) Subject: ecere/ecere.epj: Added StaticGLES configuration X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=e49192b834ed3ac4d91429a37a66849c3db67a4a ecere/ecere.epj: Added StaticGLES configuration --- diff --git a/ecere/ecere.epj b/ecere/ecere.epj index 19e0b31..3b02115 100644 --- a/ecere/ecere.epj +++ b/ecere/ecere.epj @@ -453,6 +453,24 @@ from wherever you obtained them. "TargetType" : "StaticLibrary", "TargetFileName" : "ecereStatic" } + }, + { + "Name" : "StaticGLES", + "Options" : { + "Optimization" : "Speed", + "PreprocessorDefinitions" : [ + "_GLES", + "ECERE_STATIC", + "ECERE_NOSSL" + ], + "TargetType" : "StaticLibrary", + "TargetFileName" : "ecereStatic", + "CompilerOptions" : [ + "-mmmx", + "-msse4" + ], + "FastMath" : true + } } ], "Files" : [ @@ -713,6 +731,12 @@ from wherever you obtained them. "Options" : { "ExcludeFromBuild" : true } + }, + { + "Name" : "StaticGLES", + "Options" : { + "ExcludeFromBuild" : true + } } ] },