diff --git a/hGameTest/haxe_libraries/actuate.hxml b/hGameTest/haxe_libraries/actuate.hxml new file mode 100644 index 00000000..bbd8c025 --- /dev/null +++ b/hGameTest/haxe_libraries/actuate.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/actuate#1.9.0" into actuate/1.9.0/haxelib +-cp ${HAXE_LIBCACHE}/actuate/1.9.0/haxelib/src +-D actuate=1.9.0 \ No newline at end of file diff --git a/hGameTest/haxe_libraries/hxcpp-debug-server.hxml b/hGameTest/haxe_libraries/hxcpp-debug-server.hxml new file mode 100644 index 00000000..29f805ba --- /dev/null +++ b/hGameTest/haxe_libraries/hxcpp-debug-server.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/hxcpp-debug-server#1.2.4" into hxcpp-debug-server/1.2.4/haxelib +-cp ${HAXE_LIBCACHE}/hxcpp-debug-server/1.2.4/haxelib/ +-D hxcpp-debug-server=1.2.4 +--macro hxcpp.debug.jsonrpc.Macro.injectServer() diff --git a/hGameTest/haxe_libraries/lime.hxml b/hGameTest/haxe_libraries/lime.hxml new file mode 100644 index 00000000..30249713 --- /dev/null +++ b/hGameTest/haxe_libraries/lime.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "haxelib:/lime#8.2.2" into lime/8.2.2/haxelib +# @run: haxelib run-dir lime "${HAXE_LIBCACHE}/lime/8.2.2/haxelib" +-cp ${HAXE_LIBCACHE}/lime/8.2.2/haxelib/src +-D lime=8.2.2 +--macro lime._internal.macros.DefineMacro.run() +-lib ndll:${HAXE_LIBCACHE}/lime/8.2.2/haxelib/ndll/ \ No newline at end of file diff --git a/hGameTest/haxe_libraries/openfl.hxml b/hGameTest/haxe_libraries/openfl.hxml new file mode 100644 index 00000000..8c6c0c00 --- /dev/null +++ b/hGameTest/haxe_libraries/openfl.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/openfl#9.4.1" into openfl/9.4.1/haxelib +# @run: haxelib run-dir openfl "${HAXE_LIBCACHE}/openfl/9.4.1/haxelib" +-cp ${HAXE_LIBCACHE}/openfl/9.4.1/haxelib/src +-D openfl=9.4.1 +--macro openfl.utils._internal.ExtraParamsMacro.include() \ No newline at end of file