diff --git a/Client Release build.bat b/Client Release build.bat deleted file mode 100644 index caa4044d..00000000 --- a/Client Release build.bat +++ /dev/null @@ -1,9 +0,0 @@ -@echo off -call "C:\Program Files\Microsoft Visual Studio\18\Community\VC\Auxiliary\Build\vcvars64.bat" - -rem Regenerate build system using the windows64 preset (clears stale cache) -if exist build\windows64\CMakeCache.txt del build\windows64\CMakeCache.txt -cmake --preset windows64 -if %errorlevel% neq 0 exit /b %errorlevel% - -cmake --build build\windows64 --config Release --target Minecraft.Client \ No newline at end of file