Compare commits

...

2 Commits
dev ... prod

Author SHA1 Message Date
Ahrimdon
ba77d39359 Add build tools 2024-03-07 02:03:47 -05:00
Ahrimdon
f2d1213daf Add dependencies locally 2024-03-07 02:03:22 -05:00
6 changed files with 8 additions and 2 deletions

5
build.bat Normal file
View 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 +0,0 @@
Subproject commit eb787304d67ec22f7c3a184ee8b4c481d04357fd

1
deps/zlib vendored

@ -1 +0,0 @@
Subproject commit 09155eaa2f9270dc4ed1fa13e2b4b2613e6e4851

3
generate.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
git submodule update --init --recursive
tools\premake5 %* vs2022

BIN
tools/premake5.exe Normal file

Binary file not shown.

BIN
tools/protoc.exe Normal file

Binary file not shown.