From a7d58ad2f60353332c53f260fce5323574b7981b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 8 Sep 2023 09:44:23 -0600 Subject: [PATCH] lix files for handloose --- .../_deprecated/flixel-desktop-handloose/.haxerc | 4 ++++ .../haxe_libraries/flixel-addons.hxml | 3 +++ .../haxe_libraries/flixel-ui.hxml | 3 +++ .../haxe_libraries/flixel.hxml | 4 ++++ .../haxe_libraries/haxe-strings.hxml | 5 +++++ .../haxe_libraries/hscript.hxml | 5 +++++ .../haxe_libraries/kiss-flixel.hxml | 10 ++++++++++ .../haxe_libraries/kiss-tools.hxml | 4 ++++ .../haxe_libraries/kiss.hxml | 12 ++++++++++++ .../haxe_libraries/lime.hxml | 6 ++++++ .../haxe_libraries/openfl.hxml | 5 +++++ .../haxe_libraries/tink_core.hxml | 3 +++ .../haxe_libraries/tink_json.hxml | 4 ++++ .../haxe_libraries/tink_macro.hxml | 4 ++++ .../haxe_libraries/tink_priority.hxml | 3 +++ .../haxe_libraries/tink_syntaxhub.hxml | 6 ++++++ .../haxe_libraries/tink_typecrawler.hxml | 4 ++++ .../haxe_libraries/uuid.hxml | 3 +++ 18 files changed, 88 insertions(+) create mode 100644 projects/_deprecated/flixel-desktop-handloose/.haxerc create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-addons.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-ui.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/haxe-strings.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/hscript.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-flixel.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-tools.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/lime.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/openfl.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_core.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_json.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_macro.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_priority.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_syntaxhub.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_typecrawler.hxml create mode 100644 projects/_deprecated/flixel-desktop-handloose/haxe_libraries/uuid.hxml diff --git a/projects/_deprecated/flixel-desktop-handloose/.haxerc b/projects/_deprecated/flixel-desktop-handloose/.haxerc new file mode 100644 index 00000000..dc3cec2f --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/.haxerc @@ -0,0 +1,4 @@ +{ + "version": "4.3.1", + "resolveLibs": "scoped" +} \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-addons.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-addons.hxml new file mode 100644 index 00000000..065c4c36 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-addons.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/flixel-addons#3.1.0" into flixel-addons/3.1.0/haxelib +-cp ${HAXE_LIBCACHE}/flixel-addons/3.1.0/haxelib/ +-D flixel-addons=3.1.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-ui.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-ui.hxml new file mode 100644 index 00000000..9dafa522 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel-ui.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/flixel-ui#2.5.0" into flixel-ui/2.5.0/haxelib +-cp ${HAXE_LIBCACHE}/flixel-ui/2.5.0/haxelib/ +-D flixel-ui=2.5.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel.hxml new file mode 100644 index 00000000..331fb0ee --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/flixel.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/flixel#5.3.0" into flixel/5.3.0/haxelib +# @run: haxelib run-dir flixel "${HAXE_LIBCACHE}/flixel/5.3.0/haxelib" +-cp ${HAXE_LIBCACHE}/flixel/5.3.0/haxelib/ +-D flixel=5.3.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/haxe-strings.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/haxe-strings.hxml new file mode 100644 index 00000000..003c2de6 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/haxe-strings.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/haxe-strings#7.0.3" into haxe-strings/7.0.3/haxelib +-cp ${HAXE_LIBCACHE}/haxe-strings/7.0.3/haxelib/src/ +-D haxe-strings=7.0.3 +--macro hx.strings.internal.Macros.addDefines() +--macro hx.strings.internal.Macros.configureNullSafety() diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/hscript.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/hscript.hxml new file mode 100644 index 00000000..106e1f88 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/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/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-flixel.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-flixel.hxml new file mode 100644 index 00000000..6057dd22 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-flixel.hxml @@ -0,0 +1,10 @@ +# @install: lix --silent download "gh://github.com/kiss-lang/kiss-flixel#ff3e6dd5b90f265e9b23f71b825988718126d91f" into kiss-flixel/0.0.0/github/ff3e6dd5b90f265e9b23f71b825988718126d91f +-lib flixel +-lib flixel-addons +-lib flixel-ui +-lib kiss +-lib kiss-tools +-lib lime +-lib openfl +-cp ${HAXE_LIBCACHE}/kiss-flixel/0.0.0/github/ff3e6dd5b90f265e9b23f71b825988718126d91f/src/ +-D kiss-flixel=0.0.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-tools.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-tools.hxml new file mode 100644 index 00000000..a0d4dff5 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss-tools.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "gh://github.com/kiss-lang/kiss-tools#aa2b792118f223d75fb0ce926826ad2b00fd07e0" into kiss-tools/0.0.0/github/aa2b792118f223d75fb0ce926826ad2b00fd07e0 +-lib kiss +-cp ${HAXE_LIBCACHE}/kiss-tools/0.0.0/github/aa2b792118f223d75fb0ce926826ad2b00fd07e0/src/ +-D kiss-tools=0.0.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss.hxml new file mode 100644 index 00000000..580186ac --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/kiss.hxml @@ -0,0 +1,12 @@ +# @install: lix --silent download "gh://github.com/kiss-lang/kiss#01801cdf5008f535ca1f871320d69b217fb95477" into kiss/0.0.1/github/01801cdf5008f535ca1f871320d69b217fb95477 +# @run: haxelib run-dir kiss "${HAXE_LIBCACHE}/kiss/0.0.1/github/01801cdf5008f535ca1f871320d69b217fb95477" +-lib haxe-strings +-lib hscript +-lib tink_json +-lib tink_macro +-lib tink_syntaxhub +-lib uuid +-cp ${HAXE_LIBCACHE}/kiss/0.0.1/github/01801cdf5008f535ca1f871320d69b217fb95477/src +-D kiss=0.0.1 +-w -WUnusedPattern +--macro kiss.KissFrontend.use() \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/lime.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/lime.hxml new file mode 100644 index 00000000..8789e43d --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/lime.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "haxelib:/lime#8.0.1" into lime/8.0.1/haxelib +# @run: haxelib run-dir lime "${HAXE_LIBCACHE}/lime/8.0.1/haxelib" +-cp ${HAXE_LIBCACHE}/lime/8.0.1/haxelib/src +-D lime=8.0.1 +--macro lime._internal.macros.DefineMacro.run() +-lib ndll:${HAXE_LIBCACHE}/lime/8.0.1/haxelib/ndll/ \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/openfl.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/openfl.hxml new file mode 100644 index 00000000..7676fb16 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/openfl.hxml @@ -0,0 +1,5 @@ +# @install: lix --silent download "haxelib:/openfl#9.2.1" into openfl/9.2.1/haxelib +# @run: haxelib run-dir openfl "${HAXE_LIBCACHE}/openfl/9.2.1/haxelib" +-cp ${HAXE_LIBCACHE}/openfl/9.2.1/haxelib/src +-D openfl=9.2.1 +--macro openfl.utils._internal.ExtraParamsMacro.include() \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_core.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_core.hxml new file mode 100644 index 00000000..37a0d96a --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_core.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/tink_core#2.1.0" into tink_core/2.1.0/haxelib +-cp ${HAXE_LIBCACHE}/tink_core/2.1.0/haxelib/src +-D tink_core=2.1.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_json.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_json.hxml new file mode 100644 index 00000000..b167de7c --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_json.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_json#0.11.0" into tink_json/0.11.0/haxelib +-lib tink_typecrawler +-cp ${HAXE_LIBCACHE}/tink_json/0.11.0/haxelib/src +-D tink_json=0.11.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_macro.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_macro.hxml new file mode 100644 index 00000000..a9e19b1f --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_macro.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_macro#1.0.1" into tink_macro/1.0.1/haxelib +-lib tink_core +-cp ${HAXE_LIBCACHE}/tink_macro/1.0.1/haxelib/src +-D tink_macro=1.0.1 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_priority.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_priority.hxml new file mode 100644 index 00000000..98cfa803 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_priority.hxml @@ -0,0 +1,3 @@ +-D tink_priority=0.1.3 +# @install: lix --silent download "gh://github.com/haxetink/tink_priority#ea736d31dc788aae703a2aa415c25d5b80d0e7d1" into tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1 +-cp ${HAXE_LIBCACHE}/tink_priority/0.1.3/github/ea736d31dc788aae703a2aa415c25d5b80d0e7d1/src diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_syntaxhub.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_syntaxhub.hxml new file mode 100644 index 00000000..e3c7d2b2 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_syntaxhub.hxml @@ -0,0 +1,6 @@ +# @install: lix --silent download "gh://github.com/haxetink/tink_syntaxhub#b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86" into tink_syntaxhub/0.6.0/github/b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86 +-lib tink_macro +-lib tink_priority +-cp ${HAXE_LIBCACHE}/tink_syntaxhub/0.6.0/github/b6ea4966bbdee4d176ac8dd5d2d8ae3b362b2f86/src +-D tink_syntaxhub=0.6.0 +--macro tink.SyntaxHub.use() \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_typecrawler.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_typecrawler.hxml new file mode 100644 index 00000000..373aee96 --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/tink_typecrawler.hxml @@ -0,0 +1,4 @@ +# @install: lix --silent download "haxelib:/tink_typecrawler#0.7.0" into tink_typecrawler/0.7.0/haxelib +-lib tink_macro +-cp ${HAXE_LIBCACHE}/tink_typecrawler/0.7.0/haxelib/src +-D tink_typecrawler=0.7.0 \ No newline at end of file diff --git a/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/uuid.hxml b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/uuid.hxml new file mode 100644 index 00000000..ff1269ba --- /dev/null +++ b/projects/_deprecated/flixel-desktop-handloose/haxe_libraries/uuid.hxml @@ -0,0 +1,3 @@ +# @install: lix --silent download "haxelib:/uuid#2.4.1" into uuid/2.4.1/haxelib +-cp ${HAXE_LIBCACHE}/uuid/2.4.1/haxelib/src +-D uuid=2.4.1 \ No newline at end of file