Add HXML files for 'final' build config
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
|||||||
7
templates/android/hxml/final.hxml
Normal file
7
templates/android/hxml/final.hxml
Normal 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
|
||||||
6
templates/blackberry/hxml/final.hxml
Normal file
6
templates/blackberry/hxml/final.hxml
Normal 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
|
||||||
5
templates/cpp/hxml/final.hxml
Normal file
5
templates/cpp/hxml/final.hxml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-main ApplicationMain ::HAXE_FLAGS::
|
||||||
|
-cp ::BUILD_DIR::/cpp/haxe
|
||||||
|
-cpp ::CPP_DIR::
|
||||||
|
--macro keep("::APP_MAIN::")
|
||||||
|
-D final
|
||||||
7
templates/emscripten/hxml/final.hxml
Normal file
7
templates/emscripten/hxml/final.hxml
Normal 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
|
||||||
7
templates/html5/hxml/final.hxml
Normal file
7
templates/html5/hxml/final.hxml
Normal 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
|
||||||
5
templates/neko/hxml/final.hxml
Normal file
5
templates/neko/hxml/final.hxml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-main ApplicationMain ::HAXE_FLAGS::
|
||||||
|
-cp ::BUILD_DIR::/neko/haxe
|
||||||
|
-neko ::NEKO_FILE::
|
||||||
|
--macro keep("::APP_MAIN::")
|
||||||
|
-D final
|
||||||
7
templates/tizen/hxml/final.hxml
Normal file
7
templates/tizen/hxml/final.hxml
Normal 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
|
||||||
7
templates/webos/hxml/final.hxml
Normal file
7
templates/webos/hxml/final.hxml
Normal 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
|
||||||
Reference in New Issue
Block a user