Updating templates path

This commit is contained in:
underscorediscovery
2013-11-28 01:23:25 -03:30
parent b809d8cc68
commit ba35d41715
70 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
-main ApplicationMain ::HAXE_FLAGS::
-cp ::BUILD_DIR::/webos/haxe
-cpp ::CPP_DIR::
--macro allowPackage("flash")
--macro keep("::APP_MAIN::")
-D webos
-D HXCPP_LOAD_DEBUG
-D HXCPP_RTLD_LAZY
-debug

View File

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

View File

@@ -0,0 +1,10 @@
{
"title": "::APP_TITLE::",
"id": "::APP_PACKAGE::",
"type": "pdk",
"version": "::APP_VERSION::",
"vendor": "::APP_COMPANY::",
"icon": "::APP_ICON::",
"main": "::APP_FILE::",
"requiredMemory": 40
}

View File

@@ -0,0 +1 @@
filemode.755=::APP_FILE::