mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-09 16:18:24 +00:00
ops
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user