mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 12:30:32 +00:00
b9a1528747
- Added ZDOOM_OUTPUT_OLDSTYLE (could probably use a more descriptive name) which causes CMake to vary the executable name by build type and place the exes and pk3s into the directory specified in ZDOOM_OUTPUT_DIR. - ALL_BUILD will now launch ZDoom.
8 lines
152 B
Batchfile
8 lines
152 B
Batchfile
cd @USERFILE_WORKING_DIRECTORY@
|
|
@USERFILE_ENV_COMMANDS@
|
|
if [%1]==[--debugger] (
|
|
SHIFT
|
|
)
|
|
|
|
"@USERFILE_COMMAND@" @LAUNCHERSCRIPT_COMMAND_ARGUMENTS@
|
|
pause
|