new architecture

This commit is contained in:
Ken Martin
2002-09-06 13:00:12 -04:00
parent b0fa5117bf
commit 2c7e9b3b59
4 changed files with 105 additions and 32 deletions

View File

@@ -84,9 +84,14 @@ public:
virtual void AddError(const char* message, const char* title);
/**
* Used to run cmake.
* Used to do a configure.
*/
int RunCMake(bool generateMakefiles);
int Configure();
/**
* Used to generate
*/
int Generate();
/**
* Used by main program