Ignore:
Timestamp:
Aug 8, 2007, 4:19:30 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r268 r269  
    547547
    548548
     549    if( compiler.IsStaticLibrary() )
     550    {
     551        // 静的リンクライブラリ
     552
     553        if( !compiler.GetObjectModule().WriteText( OutputFileName ) )
     554        {
     555            MessageBox(0,"XML書き込みに失敗","test",0);
     556        }
     557        return;
     558    }
    549559/*
    550560    int t,t2;
Note: See TracChangeset for help on using the changeset viewer.