Files
lime/templates/electron/hxml/debug.hxml

22 lines
275 B
Plaintext

--each
--next
-js ::OUTPUT_FILE::
-cp ::OUTPUT_DIR::/haxe
-lib electron
-main ApplicationMain ::HAXE_FLAGS::
-D html5
-D html
-debug
--next
-js ::OUTPUT_DIR::/bin/ElectronSetup.js
-cp ::OUTPUT_DIR::/haxe
-lib electron
-main ElectronSetup
-dce full
-D html5
-D html
-debug