Starbound/scripts/windows/build.bat
2025-03-21 22:23:30 +11:00

7 lines
142 B
Batchfile

cd /d %~dp0
cd ..\..
cd build
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
"C:\Program Files (x86)\CMake\bin\cmake.exe" --build . --config %1