Ignore:
Timestamp:
Mar 31, 2008, 10:24:38 AM (16 years ago)
Author:
dai_9181
Message:

show_dlgコマンドライン引数を実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Program.cpp

    r467 r471  
    5555            isKickedFromEditor = true;
    5656            sscanf( cmdLine.GetParameter().c_str(), "%08x", &hOwnerEditor );
     57        }
     58        else if( cmdLine.GetCommand() == "show_dlg" )
     59        {
     60            isShowDlg = true;
    5761        }
    5862        else if( cmdLine.GetCommand() == "debug" )
Note: See TracChangeset for help on using the changeset viewer.