diff options
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 3 | ||||
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
2 files changed, 0 insertions, 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(); } |