Ignore:
Timestamp:
May 7, 2007, 3:34:07 AM (17 years ago)
Author:
dai_9181
Message:

#_fullcompileディレクティブを導入。
rev.234を刻印した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Intermediate_Step1.cpp

    r107 r112  
    251251                }
    252252                SlideString(basbuf+i2,i-i2);
     253            }
     254            else if( lstrcmpi( temporary, "_fullcompile" ) == 0 ){
     255                // すべての関数・メソッドをコンパイルする(デバッグ用)
     256                for(;;i2++){
     257                    if(basbuf[i2]=='\n'||basbuf[i2]=='\0') break;
     258                }
     259                SlideString(basbuf+i2,i-i2);
     260
     261                Smoothie::isFullCompile = true;
    253262            }
    254263            else if(lstrcmpi(temporary,"resource")==0){
Note: See TracChangeset for help on using the changeset viewer.