Ignore:
Timestamp:
May 12, 2008, 12:06:22 PM (16 years ago)
Author:
dai_9181
Message:

OutputExe→Build
Compile()→MakeExe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/common.h

    r543 r605  
    273273void MakeMiddleCode( char *buffer );
    274274void AddSourceCode(const char *buffer);
    275 void OutputExe(void);
     275void Build();
    276276void MainThread(void *dummy);
    277277
     
    375375void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters, bool isDefiningClass = false, Jenga::Common::Strings *pTypeParameterBaseClassNames = NULL );
    376376int JumpStatement(const char *source, int &pos);
    377 void Compile(void);
     377void MakeExe();
    378378
    379379//Diagnose.cpp
Note: See TracChangeset for help on using the changeset viewer.