Torque3D/Tools/CMake/app-debug-win.bat.in
Thomas Fischer 36cc041254 enforced setting the app name and fixed default-appname bugs
added debug batch file for windows
improved project filters for executable: separated into engine and user sources
refactored version numbers, added them to the .rc file
changed /W2 to /W4
TORQUE_DEBUG,TORQUE_ENABLE_ASSERTS and TORQUE_DEBUG_GFX_MODE now automatically defined in debug mode
2014-03-20 05:34:45 +01:00

16 lines
383 B
Batchfile

:: little debug helper script that helps you starting Torque3D with command line arguments.
:: possible args:
:: -log <Mode: 0,1,2>
:: -console
:: -level <level.mis>
:: -worldeditor
:: -guieditor
:: -help
:: as example, we just show the console
"@PROJECT_NAME@.exe" -console
:: or load a level and open the editor:
:: "@PROJECT_NAME@.exe" -console -level mylevel.mis -worldeditor