Add hxnodejs to Electron template

This commit is contained in:
Joshua Granick
2019-11-11 11:06:18 -08:00
parent d5e80fa5c1
commit 883ba6260e
3 changed files with 6 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
--next
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-lib hxnodejs
-main ApplicationMain ::HAXE_FLAGS::
-D html5
@@ -13,6 +14,7 @@
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
-cp ::OUTPUT_DIR::/haxe
-main ElectronSetup
-lib hxnodejs
-dce full
-D html5

View File

@@ -3,6 +3,7 @@
--next
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-lib hxnodejs
-main ApplicationMain ::HAXE_FLAGS::
-D html5
@@ -12,6 +13,7 @@
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
-cp ::OUTPUT_DIR::/haxe
-main ElectronSetup
-lib hxnodejs
-dce full
-D html5

View File

@@ -3,6 +3,7 @@
--next
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-lib hxnodejs
-main ApplicationMain ::HAXE_FLAGS::
-D html5
@@ -12,6 +13,7 @@
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
-cp ::OUTPUT_DIR::/haxe
-main ElectronSetup
-lib hxnodejs
-dce full
-D html5