Ignore:
Timestamp:
Mar 31, 2008, 12:33:24 PM (16 years ago)
Author:
dai_9181
Message:

デプロイ時にcore.lib/cored.libのビルドもできるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp

    r471 r472  
    574574}
    575575
    576 #include <fcntl.h>
    577 #include <io.h>
    578 
    579576int main()
    580577{
     
    753750            MainThread(0);
    754751
    755             ExitProcess( 0 );
     752            trace("Complete ActiveBasic Compiler!");
     753
     754            ExitProcess( program.GetExitCode() );
    756755            return 0;
    757756        }
     
    798797    trace("Complete ActiveBasic Compiler!");
    799798
    800     ExitProcess( 0 );
     799    ExitProcess( program.GetExitCode() );
    801800
    802801    return 0;
Note: See TracChangeset for help on using the changeset viewer.