Преглед изворни кода

updated to use ConfigureFinalPass

Ken Martin пре 23 година
родитељ
комит
2d9fbbd94c
2 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 3
      Source/cmLocalVisualStudio6Generator.cxx
  2. 0 3
      Source/cmLocalVisualStudio7Generator.cxx

+ 0 - 3
Source/cmLocalVisualStudio6Generator.cxx

@@ -32,9 +32,6 @@ cmLocalVisualStudio6Generator::~cmLocalVisualStudio6Generator()
 
 
 void cmLocalVisualStudio6Generator::Generate(bool /* fromTheTop */)
 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();
   this->OutputDSPFile();
 }
 }
 
 

+ 0 - 3
Source/cmLocalVisualStudio7Generator.cxx

@@ -32,9 +32,6 @@ cmLocalVisualStudio7Generator::~cmLocalVisualStudio7Generator()
 
 
 void cmLocalVisualStudio7Generator::Generate(bool /* fromTheTop */)
 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();
   this->OutputVCProjFile();
 }
 }