Changeset 471 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Program.cpp
- Timestamp:
- Mar 31, 2008, 10:24:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Program.cpp
r467 r471 55 55 isKickedFromEditor = true; 56 56 sscanf( cmdLine.GetParameter().c_str(), "%08x", &hOwnerEditor ); 57 } 58 else if( cmdLine.GetCommand() == "show_dlg" ) 59 { 60 isShowDlg = true; 57 61 } 58 62 else if( cmdLine.GetCommand() == "debug" )
Note:
See TracChangeset
for help on using the changeset viewer.