Merge branch 'master' of https://git.did.science/WolverinDEV/TeaRoot-Client
This commit is contained in:
commit
295433f9c3
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
2
shared
2
shared
@ -1 +1 @@
|
||||
Subproject commit c532266cb8b1ba577e063c6ed14a810374c8c84f
|
||||
Subproject commit a6bbe0c5579f7d5e14b61ecdf5db413444165a75
|
2
third_party/boringssl
vendored
2
third_party/boringssl
vendored
@ -1 +1 @@
|
||||
Subproject commit 6f3e034fe58ce3bca3c1c32be6d603a6206c89af
|
||||
Subproject commit 8289fee35e8ba5d6acebe0a217618aca66658c2c
|
2
third_party/tomcrypt
vendored
2
third_party/tomcrypt
vendored
@ -1 +1 @@
|
||||
Subproject commit a2310a14c314ea5c488b69422fd207bc239e4923
|
||||
Subproject commit 0ff2920957a1687dd3804275fd3f29f41bfd7dd1
|
Loading…
Reference in New Issue
Block a user