diff --git a/build.bat b/build.bat new file mode 100644 index 00000000..3a3de24f --- /dev/null +++ b/build.bat @@ -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 \ No newline at end of file diff --git a/generate.bat b/generate.bat new file mode 100644 index 00000000..06c74119 --- /dev/null +++ b/generate.bat @@ -0,0 +1,3 @@ +@echo off +git submodule update --init --recursive +tools\premake5 %* vs2022 \ No newline at end of file diff --git a/tools/premake5.exe b/tools/premake5.exe new file mode 100644 index 00000000..c73da1fb Binary files /dev/null and b/tools/premake5.exe differ diff --git a/tools/protoc.exe b/tools/protoc.exe new file mode 100644 index 00000000..cc258a52 Binary files /dev/null and b/tools/protoc.exe differ