ecere: Initial Emscripten support
[sdk] / samples / guiAndGfx / mekano / mekano.epj
index ab8c3f3..47662a1 100644 (file)
                }
             }
          ]
+      },
+      {
+         "Name" : "Emscripten",
+         "Options" : {
+            "Optimization" : "Speed",
+            "PreprocessorDefinitions" : [
+               "IMPORT_STATIC=static"
+            ],
+            "TargetFileName" : "mekano.html",
+            "Libraries" : [
+               "ecereStatic",
+               "z",
+               "freetype",
+               "png",
+               "jpeg"
+            ],
+            "LibraryDirs" : [
+               "../../../ecere/obj/emscripten.linux.emscripten"
+            ],
+            "FastMath" : true
+         }
       }
    ],
    "Files" : [