Changeset 271 in dev for trunk/abdev/BasicCompiler32/MakePeHdr.cpp
- Timestamp:
- Aug 10, 2007, 3:16:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/MakePeHdr.cpp
r269 r271 141 141 if( compiler.IsDll() ) bUse_ExportSection=1; 142 142 else bUse_ExportSection=0; 143 144 145 // 静的リンク 146 compiler.StaticLink( compiler.staticLibraries ); 143 147 144 148
Note:
See TracChangeset
for help on using the changeset viewer.