From 99d0822f2fbb981028268fcffc6a1a2fa70b8b06 Mon Sep 17 00:00:00 2001 From: Simon Krajewski Date: Tue, 5 Jun 2018 19:47:56 +0200 Subject: [PATCH] add hx3compat submodule --- .gitmodules | 3 +++ client.hxml | 1 + hx3compat | 1 + server_each.hxml | 1 + 4 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 hx3compat diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..85313adb7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hx3compat"] + path = hx3compat + url = https://github.com/haxefoundation/hx3compat diff --git a/client.hxml b/client.hxml index 97b705ed3..832c75d77 100644 --- a/client.hxml +++ b/client.hxml @@ -1,3 +1,4 @@ -cp src +-cp hx3compat/std -neko run.n -main haxelib.client.Main diff --git a/hx3compat b/hx3compat new file mode 160000 index 000000000..9a6a68f58 --- /dev/null +++ b/hx3compat @@ -0,0 +1 @@ +Subproject commit 9a6a68f58f680c6079b427b24dc9d74923ba5628 diff --git a/server_each.hxml b/server_each.hxml index e9fd11454..94ca08e8e 100644 --- a/server_each.hxml +++ b/server_each.hxml @@ -1,4 +1,5 @@ -cp src +-cp hx3compat/std -lib ufront -lib ufront-mail:1.0.0-rc.4 -lib ufront-ufadmin