updated to use ConfigureFinalPass

This commit is contained in:
Ken Martin 2002-09-15 09:42:29 -04:00
parent d2c4432bbe
commit 2d9fbbd94c
2 changed files with 0 additions and 6 deletions

View File

@ -32,9 +32,6 @@ cmLocalVisualStudio6Generator::~cmLocalVisualStudio6Generator()
void cmLocalVisualStudio6Generator::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->OutputDSPFile();
}

View File

@ -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();
}