Add build tools

This commit is contained in:
Ahrimdon 2024-03-07 02:03:47 -05:00
parent f2d1213daf
commit ba77d39359
4 changed files with 8 additions and 0 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

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.