mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
11 lines
186 B
Batchfile
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
|
|
)
|