From 73c98d90c54589dc7444ee7c7377100ba0f8f230 Mon Sep 17 00:00:00 2001 From: Aymeric Lamboley Date: Sat, 24 Aug 2019 15:33:34 +0200 Subject: [PATCH 1/2] Put back nape from a compatible Haxe 4 version See https://github.com/HaxeFlixel/nape-haxe4 --- build.hxml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build.hxml b/build.hxml index 9ece8b0d..8eb91679 100755 --- a/build.hxml +++ b/build.hxml @@ -1,5 +1,6 @@ -cmd haxelib newrepo -cmd haxelib install perf.js || true +-cmd haxelib install nape-haxe4 || true -cmd haxelib install msignal || true -cmd haxelib install actuate || true -cmd haxelib install chxdoc || true @@ -47,6 +48,11 @@ -main dragging.Main -js samples/output/dragging.js +--next +-main nape.Main +-js samples/output/nape.js +-lib nape + --next -main rope.Main -js samples/output/rope.js @@ -125,4 +131,4 @@ --next -main scaletest.Main --js samples/output/scaletest.js \ No newline at end of file +-js samples/output/scaletest.js From 8b2f2a2cfd0cc6d10875d6cb0afe48500b92b072 Mon Sep 17 00:00:00 2001 From: Aymeric Lamboley Date: Sat, 24 Aug 2019 17:46:57 +0200 Subject: [PATCH 2/2] lib nape-haxe4 --- build.hxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.hxml b/build.hxml index 8eb91679..0f95b4a7 100755 --- a/build.hxml +++ b/build.hxml @@ -51,7 +51,7 @@ --next -main nape.Main -js samples/output/nape.js --lib nape +-lib nape-haxe4 --next -main rope.Main