Add HXML files for 'final' build config

This commit is contained in:
Joshua Granick
2014-05-22 15:38:04 -07:00
parent 7d4c3668d1
commit 1675043dd1
9 changed files with 52 additions and 1 deletions

View File

@@ -231,7 +231,7 @@ class RunScript {
//only request the path from shared libs if it's required, //only request the path from shared libs if it's required,
//anything that doesn't use nme-dev would trip up on this otherwise //anything that doesn't use nme-dev would trip up on this otherwise
if(buildSharedLibs) { if (buildSharedLibs) {
sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-dev"), buildSharedLibs), "project"); sharedLibsPath = PathHelper.combine (PathHelper.getHaxelib (new Haxelib ("nme-dev"), buildSharedLibs), "project");

View File

@@ -0,0 +1,7 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/android/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D android
-D android-9
-D final

View File

@@ -0,0 +1,6 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/blackberry/cpp/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D blackberry
-D final

View File

@@ -0,0 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/cpp/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D final

View File

@@ -0,0 +1,7 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/emscripten/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D emscripten
-D webgl
-D final

View File

@@ -0,0 +1,7 @@
-main ApplicationMain ::HAXE_FLAGS::
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-D html5
-D html
--remap flash:lime
-D final

View File

@@ -0,0 +1,5 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/neko/haxe
-neko ::NEKO_FILE::
--macro keep("::APP_MAIN::")
-D final

View File

@@ -0,0 +1,7 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/tizen/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D tizen
-D no-compilation
-D final

View File

@@ -0,0 +1,7 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/webos/haxe
-cpp ::CPP_DIR::
--macro keep("::APP_MAIN::")
-D webos
-D HXCPP_RTLD_LAZY
-D final