Changeset 92 in dev for BasicCompiler_Common/MakeExe.cpp


Ignore:
Timestamp:
Apr 8, 2007, 2:07:31 AM (17 years ago)
Author:
dai_9181
Message:

列挙型クラスの自動生成コードを修正した(派生クラスでのToStringメソッドを廃止し、サイズを軽減した)。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/MakeExe.cpp

    r91 r92  
    253253    SetDlgItemText(hMainDlg,IDOK,STRING_CLOSE);
    254254
     255#ifdef _DEBUG
     256    // デバッグモードのときはダイアログが隠れている
     257    ShowWindow(hMainDlg,SW_SHOW);
     258#endif
     259
    255260    //#include情報を解放
    256261    extern INCLUDEFILEINFO IncludeFileInfo;
Note: See TracChangeset for help on using the changeset viewer.