Changeset 55 in dev for ProjectEditor/ProjectEditor.cpp
- Timestamp:
- Feb 13, 2007, 3:14:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/ProjectEditor.cpp
r37 r55 1995 1995 if(ProjectInfo.dwModuleType==MT_DLL) lstrcat(temporary," /dll"); 1996 1996 1997 //Unicodeオプション 1998 if(ProjectInfo.dwOption==PJ_OP_UNICODE) lstrcat(temporary," /unicode"); 1999 1997 2000 //ブレークポイントをセーブ 1998 2001 ProjectInfo.pobj_DBBreakPoint->SaveToTempFile(); … … 2046 2049 //DLLオプション 2047 2050 if(ProjectInfo.dwModuleType==MT_DLL) lstrcat(temporary," /dll"); 2051 2052 //Unicodeオプション 2053 if(ProjectInfo.dwOption==PJ_OP_UNICODE) lstrcat(temporary," /unicode"); 2048 2054 } 2049 2055 else{ … … 2129 2135 //DLLオプション 2130 2136 if(ProjectInfo.dwModuleType==MT_DLL) lstrcat(temporary," /dll"); 2137 2138 //Unicodeオプション 2139 if(ProjectInfo.dwOption==PJ_OP_UNICODE) lstrcat(temporary," /unicode"); 2131 2140 } 2132 2141 else{
Note:
See TracChangeset
for help on using the changeset viewer.