diff --git a/.haxerc b/.haxerc new file mode 100644 index 0000000..dc3cec2 --- /dev/null +++ b/.haxerc @@ -0,0 +1,4 @@ +{ + "version": "4.3.1", + "resolveLibs": "scoped" +} \ No newline at end of file diff --git a/haxe_libraries/hank.hxml b/haxe_libraries/hank.hxml new file mode 100644 index 0000000..0ff433e --- /dev/null +++ b/haxe_libraries/hank.hxml @@ -0,0 +1,5 @@ +-lib hscript +-lib utest +-cp C:/Users/natqu/repos/hank +-D hank=0.0.8 +--macro Sys.println("haxe_libraries/hank.hxml:4: [Warning] Using dev version of library hank") \ No newline at end of file diff --git a/haxe_libraries/hscript.hxml b/haxe_libraries/hscript.hxml new file mode 100644 index 0000000..106e1f8 --- /dev/null +++ b/haxe_libraries/hscript.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/hscript#2.5.0" into hscript/2.5.0/haxelib +# @run: haxelib run-dir hscript "${HAXE_LIBCACHE}/hscript/2.5.0/haxelib" +-cp ${HAXE_LIBCACHE}/hscript/2.5.0/haxelib/ +-D hscript=2.5.0 +--macro keep('IntIterator') \ No newline at end of file diff --git a/haxe_libraries/utest.hxml b/haxe_libraries/utest.hxml new file mode 100644 index 0000000..7c20620 --- /dev/null +++ b/haxe_libraries/utest.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/utest#1.13.2" into utest/1.13.2/haxelib +-cp ${HAXE_LIBCACHE}/utest/1.13.2/haxelib/src +-D utest=1.13.2 +--macro utest.utils.Macro.checkHaxe() +--macro utest.utils.Macro.importEnvSettings()