Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ba77d39359 | ||
|
f2d1213daf |
5
build.bat
Normal file
5
build.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\gsc-tool.sln /p:Configuration=Release /p:Platform=x64
|
||||||
|
|
||||||
|
pause
|
1
deps/cxxopts
vendored
1
deps/cxxopts
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit eb787304d67ec22f7c3a184ee8b4c481d04357fd
|
|
1
deps/zlib
vendored
1
deps/zlib
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851
|
|
3
generate.bat
Normal file
3
generate.bat
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
git submodule update --init --recursive
|
||||||
|
tools\premake5 %* vs2022
|
BIN
tools/premake5.exe
Normal file
BIN
tools/premake5.exe
Normal file
Binary file not shown.
BIN
tools/protoc.exe
Normal file
BIN
tools/protoc.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user