changed handling of FinalPass

This commit is contained in:
Ken Martin
2002-09-15 08:54:16 -04:00
parent 44e4c7cd77
commit d2c4432bbe
3 changed files with 17 additions and 0 deletions
+5
View File
@@ -50,6 +50,11 @@ public:
*/
virtual void Configure();
/**
* Perform any final calculations prior to generation
*/
virtual void ConfigureFinalPass();
///! Get the makefile for this generator
cmMakefile *GetMakefile() {
return this->m_Makefile; };