Changeset 290 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Aug 21, 2007, 11:00:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r288 r290 397 397 InitGCVariables(); 398 398 399 if( compiler.IsStaticLibrary() )399 //if( compiler.IsStaticLibrary() ) 400 400 { 401 401 //_System_StartupProgramの呼び出し … … 504 504 } 505 505 506 CompileMessage( "リンク中..." ); 506 extern BOOL bError; 507 if( !bError ) 508 { 509 CompileMessage( "リンク中..." ); 510 } 507 511 508 512
Note:
See TracChangeset
for help on using the changeset viewer.