diff --git a/.gitmodules b/.gitmodules index 66fa112..62e75cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -68,7 +68,7 @@ url = https://git.did.science/WolverinDEV/TeaSpeak-SharedLib.git [submodule "third_party/boringssl"] path = third_party/boringssl - url = https://git.did.science/WolverinDEV/boringssl.git + url = https://boringssl.googlesource.com/boringssl [submodule "build-helpers"] path = build-helpers url = https://github.com/WolverinDEV/build-helpers.git diff --git a/helper.txt b/helper.txt index d8d9e8b..e634552 100644 --- a/helper.txt +++ b/helper.txt @@ -1,3 +1,7 @@ +Windows: + Make sure you have MSBuild.exe within your PATH variable! + "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" + Update/initialize git submodules (Using the refs given!): #Update the module git submodule update --init --recursive -f diff --git a/shared b/shared index c532266..a6bbe0c 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit c532266cb8b1ba577e063c6ed14a810374c8c84f +Subproject commit a6bbe0c5579f7d5e14b61ecdf5db413444165a75 diff --git a/third_party/boringssl b/third_party/boringssl index 6f3e034..8289fee 160000 --- a/third_party/boringssl +++ b/third_party/boringssl @@ -1 +1 @@ -Subproject commit 6f3e034fe58ce3bca3c1c32be6d603a6206c89af +Subproject commit 8289fee35e8ba5d6acebe0a217618aca66658c2c diff --git a/third_party/tomcrypt b/third_party/tomcrypt index a2310a1..0ff2920 160000 --- a/third_party/tomcrypt +++ b/third_party/tomcrypt @@ -1 +1 @@ -Subproject commit a2310a14c314ea5c488b69422fd207bc239e4923 +Subproject commit 0ff2920957a1687dd3804275fd3f29f41bfd7dd1