diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 76ed2a1..ae5704c 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -98,9 +98,10 @@ public: { return m_LocalGenerator;} /** - * Produce the output makefile. + * Perform FinalPass, Library dependency analysis etc before output of the + * makefile. */ - void GenerateMakefile(); + void ConfigureFinalPass(); /** * run the final pass on all commands. |