Changeset 627 in dev for trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
- Timestamp:
- May 29, 2008, 12:26:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp
r605 r627 399 399 compiler.codeGenerator.op_call( pSub_System_GlobalArea ); 400 400 401 402 if( !compiler.IsStaticLibrary() ) 401 if( !compiler.IsSll() ) 403 402 { 404 403 /////////////////////////////////////// … … 481 480 482 481 483 if( compiler.IsS taticLibrary() )482 if( compiler.IsSll() ) 484 483 { 485 484 // 静的リンクライブラリ … … 570 569 ///////////////////////////// 571 570 extern char ResourceFileName[MAX_PATH]; 572 GetResourceData(ResourceFileName);571 compiler.resourceManager.Load( ResourceFileName ); 573 572 574 573
Note:
See TracChangeset
for help on using the changeset viewer.