Changeset 191 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Jun 26, 2007, 12:06:12 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/BasicCompiler.vcproj
r183 r191 1365 1365 </File> 1366 1366 <File 1367 RelativePath="..\BasicCompiler_Common\include\MetaImpl.h" 1368 > 1369 </File> 1370 <File 1367 1371 RelativePath="..\BasicCompiler_Common\include\ProcedureImpl.h" 1368 1372 > … … 1370 1374 <File 1371 1375 RelativePath="..\BasicCompiler_Common\include\Program.h" 1376 > 1377 </File> 1378 <File 1379 RelativePath="..\BasicCompiler_Common\include\SmoothieImpl.h" 1372 1380 > 1373 1381 </File> -
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r188 r191 191 191 //クラス情報を取得(※注 - GetSubInfoの後に呼び出す) 192 192 Smoothie::GetMeta().GetClasses().GetAllClassInfo(); 193 194 if( !Smoothie::GetMeta().AutoWrite( Jenga::Common::Environment::GetAppDir() + "\\meta_test.xml" ) ) 195 { 196 ts(0); 197 } 193 198 194 199 //コードと行番号の関係 … … 1702 1707 1703 1708 //コードバッファを解放 1704 HeapDefaultFree(OpBuffer);1709 free(OpBuffer); 1705 1710 OpBuffer=0; 1706 1711
Note:
See TracChangeset
for help on using the changeset viewer.