#ifndef _ide_Common_CommandLineDefs_h_ #define _ide_Common_CommandLineDefs_h_ #include namespace Upp { const String COMMAND_LINE_SCALE_OPTION = "--scale"; const String COMMAND_LINE_GDB_DEBUG_BREAK_PROCESS_OPTION = "--gdb_debug_break_process"; const int COMMAND_LINE_GDB_DEBUG_BREAK_PROCESS_FAILURE_STATUS = -1; } #endif