Cubyz/run_windows.bat
2025-02-23 15:53:28 +01:00

11 lines
186 B
Batchfile

@echo off
cd /D "%~dp0"
call debug_windows.bat -Doptimize=ReleaseSafe %*
IF "%NO_PAUSE%" == "" (
echo Press enter key to continue. (Or set NO_PAUSE=1 to skip this prompt.^)
pause
)