From 4db5f09a625a889a0e7d621d39e463e907b7cdd3 Mon Sep 17 00:00:00 2001 From: RektInator <7003455+RektInator@users.noreply.github.com> Date: Sat, 19 Dec 2020 17:52:44 +0100 Subject: [PATCH] fix submodules --- .gitignore | 6 ------ dep/libtomcrypt | 1 + dep/libtommath | 1 + dep/zlib | 1 + dep/zstd | 1 + 5 files changed, 4 insertions(+), 6 deletions(-) create mode 160000 dep/libtomcrypt create mode 160000 dep/libtommath create mode 160000 dep/zlib create mode 160000 dep/zstd diff --git a/.gitignore b/.gitignore index 81d0321..765fe0c 100644 --- a/.gitignore +++ b/.gitignore @@ -145,9 +145,3 @@ UpgradeLog*.htm ### Custom user files # User scripts user*.bat - -## Dependencies -dep/libtomcrypt/ -dep/libtommath/ -dep/zlib/ -dep/zstd/ diff --git a/dep/libtomcrypt b/dep/libtomcrypt new file mode 160000 index 0000000..7e7eb69 --- /dev/null +++ b/dep/libtomcrypt @@ -0,0 +1 @@ +Subproject commit 7e7eb695d581782f04b24dc444cbfde86af59853 diff --git a/dep/libtommath b/dep/libtommath new file mode 160000 index 0000000..6ca6898 --- /dev/null +++ b/dep/libtommath @@ -0,0 +1 @@ +Subproject commit 6ca6898bf37f583c4cc9943441cd60dd69f4b8f2 diff --git a/dep/zlib b/dep/zlib new file mode 160000 index 0000000..cacf7f1 --- /dev/null +++ b/dep/zlib @@ -0,0 +1 @@ +Subproject commit cacf7f1d4e3d44d871b605da3b647f07d718623f diff --git a/dep/zstd b/dep/zstd new file mode 160000 index 0000000..ce34dc3 --- /dev/null +++ b/dep/zstd @@ -0,0 +1 @@ +Subproject commit ce34dc39a07661df751a0a5792aed28bf47dbcac