mirror of
https://github.com/reactos/CMake.git
synced 2025-01-24 12:45:01 +00:00
renamed GenerateMakefile to ConfigureFinalPass
This commit is contained in:
parent
b67f7451fd
commit
a4ca3229ff
@ -373,7 +373,7 @@ void cmMakefile::FinalPass()
|
||||
}
|
||||
|
||||
// Generate the output file
|
||||
void cmMakefile::GenerateMakefile()
|
||||
void cmMakefile::ConfigureFinalPass()
|
||||
{
|
||||
this->FinalPass();
|
||||
const char* versionValue
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user