ecere/ecere.epj: Added StaticGLES configuration
authorJerome St-Louis <jerome@ecere.com>
Fri, 22 May 2015 20:54:31 +0000 (16:54 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 15 Oct 2015 00:19:45 +0000 (20:19 -0400)
ecere/ecere.epj

index 19e0b31..3b02115 100644 (file)
@@ -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
+                                 }
                               }
                            ]
                         },