Changeset 58 in dev


Ignore:
Timestamp:
Feb 18, 2007, 1:31:57 AM (17 years ago)
Author:
dai_9181
Message:

TheTextのコンパイルを通るようにした。

Location:
ProjectEditor
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ProjectEditor/Common.h

    r57 r58  
    3535
    3636
    37 #ifdef THETEXT
    38 #else
    3937#include "Attach.h"
    4038#include "Debugger.h"
    41 #endif
    4239
    4340
  • ProjectEditor/Debugger.cpp

    r24 r58  
    1 #ifndef THETEXT
    2 //ProjectEditorのみ
    3 
    41#include "common.h"
    52
     
    520517    }
    521518}
    522 
    523 
    524 
    525 #endif //THETEXT
  • ProjectEditor/ProjectEditor.vcproj

    r24 r58  
    267267                Name="VCLinkerTool"
    268268                AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib imm32.lib htmlhelp.lib rpcrt4.lib"
    269                 OutputFile="../TheText_Standard/TheText.exe"
     269                OutputFile="../TheText/TheText.exe"
    270270                LinkIncremental="1"
    271271                SuppressStartupBanner="true"
     
    652652                Name="VCLinkerTool"
    653653                AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib imm32.lib htmlhelp.lib rpcrt4.lib"
    654                 OutputFile="../TheText_Standard/TheText.exe"
     654                OutputFile="../TheText/TheText.exe"
    655655                LinkIncremental="2"
    656656                SuppressStartupBanner="true"
  • ProjectEditor/SubOperation.cpp

    r57 r58  
    12121212    //デバッガ管理オブジェクトを生成
    12131213    pobj_Debugger=new CDebugger();
     1214#endif
    12141215
    12151216
     
    12171218    extern CDBBreakPoint *pobj_DBBreakPoint;
    12181219    pobj_DBBreakPoint=new CDBBreakPoint();
    1219 #endif
    12201220
    12211221
     
    12401240    //デバッガ管理オブジェクトを破棄
    12411241    delete pobj_Debugger;
     1242#endif
    12421243
    12431244    //ブレークポイント管理オブジェクトを破棄
    12441245    extern CDBBreakPoint *pobj_DBBreakPoint;
    12451246    delete pobj_DBBreakPoint;
    1246 #endif
    12471247
    12481248    //デザインテーマオブジェクトを破棄
Note: See TracChangeset for help on using the changeset viewer.