renamed GenerateMakefile to ConfigureFinalPass
This commit is contained in:
parent
b67f7451fd
commit
a4ca3229ff
@ -373,7 +373,7 @@ void cmMakefile::FinalPass()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Generate the output file
|
// Generate the output file
|
||||||
void cmMakefile::GenerateMakefile()
|
void cmMakefile::ConfigureFinalPass()
|
||||||
{
|
{
|
||||||
this->FinalPass();
|
this->FinalPass();
|
||||||
const char* versionValue
|
const char* versionValue
|
||||||
|
@ -98,9 +98,10 @@ public:
|
|||||||
{ return m_LocalGenerator;}
|
{ 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.
|
* run the final pass on all commands.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user