Changeset 58 in dev
- Timestamp:
- Feb 18, 2007, 1:31:57 AM (18 years ago)
- Location:
- ProjectEditor
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/Common.h
r57 r58 35 35 36 36 37 #ifdef THETEXT38 #else39 37 #include "Attach.h" 40 38 #include "Debugger.h" 41 #endif42 39 43 40 -
ProjectEditor/Debugger.cpp
r24 r58 1 #ifndef THETEXT2 //ProjectEditorのみ3 4 1 #include "common.h" 5 2 … … 520 517 } 521 518 } 522 523 524 525 #endif //THETEXT -
ProjectEditor/ProjectEditor.vcproj
r24 r58 267 267 Name="VCLinkerTool" 268 268 AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib imm32.lib htmlhelp.lib rpcrt4.lib" 269 OutputFile="../TheText _Standard/TheText.exe"269 OutputFile="../TheText/TheText.exe" 270 270 LinkIncremental="1" 271 271 SuppressStartupBanner="true" … … 652 652 Name="VCLinkerTool" 653 653 AdditionalDependencies="odbc32.lib odbccp32.lib comctl32.lib imm32.lib htmlhelp.lib rpcrt4.lib" 654 OutputFile="../TheText _Standard/TheText.exe"654 OutputFile="../TheText/TheText.exe" 655 655 LinkIncremental="2" 656 656 SuppressStartupBanner="true" -
ProjectEditor/SubOperation.cpp
r57 r58 1212 1212 //デバッガ管理オブジェクトを生成 1213 1213 pobj_Debugger=new CDebugger(); 1214 #endif 1214 1215 1215 1216 … … 1217 1218 extern CDBBreakPoint *pobj_DBBreakPoint; 1218 1219 pobj_DBBreakPoint=new CDBBreakPoint(); 1219 #endif1220 1220 1221 1221 … … 1240 1240 //デバッガ管理オブジェクトを破棄 1241 1241 delete pobj_Debugger; 1242 #endif 1242 1243 1243 1244 //ブレークポイント管理オブジェクトを破棄 1244 1245 extern CDBBreakPoint *pobj_DBBreakPoint; 1245 1246 delete pobj_DBBreakPoint; 1246 #endif1247 1247 1248 1248 //デザインテーマオブジェクトを破棄
Note:
See TracChangeset
for help on using the changeset viewer.