Ignore:
Timestamp:
Aug 10, 2007, 3:16:42 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/MakePeHdr.cpp

    r269 r271  
    141141    if( compiler.IsDll() ) bUse_ExportSection=1;
    142142    else bUse_ExportSection=0;
     143
     144
     145    // 静的リンク
     146    compiler.StaticLink( compiler.staticLibraries );
    143147
    144148
Note: See TracChangeset for help on using the changeset viewer.