Skip to content

Commit

Permalink
add crypto submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Nov 19, 2023
1 parent 70ff6b6 commit 2596f3a
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "hx4compat"]
path = hx4compat
url = https://github.com/HaxeFoundation/hx4compat
[submodule "crypto"]
path = crypto
url = https://github.com/HaxeFoundation/crypto
1 change: 1 addition & 0 deletions client.hxml
@@ -1,5 +1,6 @@
-cp src
-cp hx3compat/std
-cp hx4compat/std
-cp crypto/src
-neko run.n
-main haxelib.client.Main
1 change: 1 addition & 0 deletions client_legacy.hxml
@@ -1,5 +1,6 @@
-cp src
-cp hx3compat/std
-cp hx4compat/std
-cp crypto/src
-neko bin/legacyhaxelib.n
-main legacyhaxelib.Main
1 change: 1 addition & 0 deletions client_tests.hxml
Expand Up @@ -2,6 +2,7 @@
-p test
-p hx3compat/std
-p hx4compat/std
-p crypto/src
--main HaxelibTests
--debug
--neko bin/test.n
1 change: 1 addition & 0 deletions crypto
Submodule crypto added at 8d145d
3 changes: 2 additions & 1 deletion haxelib.json
Expand Up @@ -10,6 +10,7 @@
"contributors": ["HaxeFoundation", "back2dos", "ncannasse", "jason", "Simn", "nadako", "andyli"],
"dependencies":{
"hx3compat": "",
"hx4compat": ""
"hx4compat": "",
"crypto": ""
}
}
1 change: 1 addition & 0 deletions integration_tests.hxml
Expand Up @@ -2,5 +2,6 @@
-cp test
-lib hx3compat
-cp hx4compat/std
-cp crypto/src
-main IntegrationTests
-neko bin/integration_tests.n
1 change: 1 addition & 0 deletions package.hxml
@@ -1,4 +1,5 @@
-cp src
-cp hx3compat/std
-cp hx4compat/std
-cp crypto/src
--run Package
Binary file modified run.n
Binary file not shown.
1 change: 1 addition & 0 deletions server_each.hxml
@@ -1,6 +1,7 @@
-cp src
-cp hx3compat/std
-cp hx4compat/std
-cp crypto/src
-lib ufront
-lib ufront-mail:1.0.0-rc.4
-lib ufront-ufadmin
Expand Down
1 change: 1 addition & 0 deletions server_gitrepo.hxml
Expand Up @@ -3,6 +3,7 @@
--class-path lib/node-sys-db
--class-path hx3compat/std
--class-path hx4compat/std
--class-path crypto/src
--library hxnodejs
--library record-macros
--js gitrepo.js
Expand Down

0 comments on commit 2596f3a

Please sign in to comment.