Ignore:
Timestamp:
Aug 8, 2007, 3:22:49 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/MakeExe.cpp

    r266 r268  
    2424
    2525    //最後尾に貼り付け
    26     compiler.GetObjectModule().source.Addition( temp );
     26    compiler.source.Addition( temp );
    2727
    2828    HeapDefaultFree(temp);
     
    5757    //プログラムをファイルから読み込む
    5858    extern char SourceFileName[MAX_PATH];
    59     if( !compiler.GetObjectModule().source.ReadFile( SourceFileName ) ){
     59    if( !compiler.source.ReadFile( SourceFileName ) ){
    6060        SetError(201,SourceFileName,-1);
    6161        goto EndCompile;
     
    143143    AllInitGlobalVarSize=0;
    144144
    145 
    146     /*
    147     int t,t2;
    148     t=GetTickCount();
    149     Compile();
    150     t2=GetTickCount();
    151     t2-=t;
    152     char s[100];
    153     sprintf(s,"%d",t2);
    154     MessageBox(0,s,"test",0);*/
    155145    Compile();
    156146
Note: See TracChangeset for help on using the changeset viewer.