Ignore:
Timestamp:
May 29, 2008, 12:26:12 AM (16 years ago)
Author:
dai_9181
Message:

[608][622]を64bit版にマージ。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/MakePeHdr.cpp

    r605 r627  
    399399        compiler.codeGenerator.op_call( pSub_System_GlobalArea );
    400400
    401 
    402         if( !compiler.IsStaticLibrary() )
     401        if( !compiler.IsSll() )
    403402        {
    404403            ///////////////////////////////////////
     
    481480
    482481
    483     if( compiler.IsStaticLibrary() )
     482    if( compiler.IsSll() )
    484483    {
    485484        // 静的リンクライブラリ
     
    570569    /////////////////////////////
    571570    extern char ResourceFileName[MAX_PATH];
    572     GetResourceData(ResourceFileName);
     571    compiler.resourceManager.Load( ResourceFileName );
    573572
    574573
Note: See TracChangeset for help on using the changeset viewer.