mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +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.
28 lines
731 B
Text
28 lines
731 B
Text
<Configuration
|
|
Name="@USERFILE_CONFIGNAME@|@USERFILE_PLATFORM@"
|
|
>
|
|
<DebugSettings
|
|
Command="${USERFILE_@USERFILE_CONFIGNAME@_COMMAND}"
|
|
WorkingDirectory="@USERFILE_WORKING_DIRECTORY@"
|
|
CommandArguments="@USERFILE_COMMAND_ARGUMENTS@"
|
|
Attach="false"
|
|
DebuggerType="3"
|
|
Remote="1"
|
|
RemoteMachine="@USERFILE_REMOTE_MACHINE@"
|
|
RemoteCommand=""
|
|
HttpUrl=""
|
|
PDBPath=""
|
|
SQLDebugging=""
|
|
Environment="@USERFILE_ENVIRONMENT@"
|
|
EnvironmentMerge="true"
|
|
DebuggerFlavor=""
|
|
MPIRunCommand=""
|
|
MPIRunArguments=""
|
|
MPIRunWorkingDirectory=""
|
|
ApplicationCommand=""
|
|
ApplicationArguments=""
|
|
ShimCommand=""
|
|
MPIAcceptMode=""
|
|
MPIAcceptFilter=""
|
|
/>
|
|
</Configuration>
|