From 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Sun, 15 Sep 2002 09:42:29 -0400 Subject: updated to use ConfigureFinalPass --- Source/cmLocalVisualStudio6Generator.cxx | 3 --- Source/cmLocalVisualStudio7Generator.cxx | 3 --- 2 files changed, 6 deletions(-) diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index 4add495..d227dcd 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -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(); } diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 60fe44e..3e9ce95 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -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(); } -- cgit v0.12