mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
680d1b2dd6
Let's not pollute root directory with various files
14 lines
No EOL
215 B
Batchfile
14 lines
No EOL
215 B
Batchfile
cd @USERFILE_WORKING_DIRECTORY@
|
|
@USERFILE_ENV_COMMANDS@
|
|
|
|
IF NOT [x%1]==[x--debugger] GOTO SkipDebuggingMess
|
|
|
|
ECHO Need to ditch the debugger!
|
|
SHIFT /1
|
|
%1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
GOTO EOF
|
|
|
|
:SkipDebuggingMess
|
|
%*
|
|
|
|
:EOF |