Changeset 2166
- Timestamp:
- 28/05/2008 10:42:37 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r2141 r2166 165 165 MEMLEAKFINDER_START 166 166 167 Logging::SetProgramName(BOX_MODULE); 168 167 169 #ifdef HAVE_GETOPT_H 168 170 #ifdef NDEBUG … … 182 184 int ch; 183 185 184 while ((ch = getopt_long(argc, argv, "c:d:qs:t:v TUV", longopts, NULL))186 while ((ch = getopt_long(argc, argv, "c:d:qs:t:vPTUV", longopts, NULL)) 185 187 != -1) 186 188 { … … 213 215 } 214 216 break; 217 218 #ifndef WIN32 219 case 'P': 220 { 221 Console::SetShowPID(true); 222 } 223 break; 224 #endif 215 225 216 226 case 'q':
Note: See TracChangeset
for help on using the changeset viewer.
