|
@@ -32,9 +32,6 @@ cmLocalVisualStudio7Generator::~cmLocalVisualStudio7Generator()
|
|
|
|
|
|
void cmLocalVisualStudio7Generator::Generate(bool /* fromTheTop */)
|
|
|
{
|
|
|
- // this is misnammed right now, it doesn't really generate the makefile but
|
|
|
- // instead sets up the Makefile for generation
|
|
|
- this->m_Makefile->GenerateMakefile();
|
|
|
this->OutputVCProjFile();
|
|
|
}
|
|
|
|