diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:42:29 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-15 13:42:29 (GMT) |
commit | 2d9fbbd94ce170e04ee1dbea72a1dcb909db951b (patch) | |
tree | 30437dff7182d15644ca7f4fa71c1694a91c8346 /Source/cmLocalVisualStudio7Generator.cxx | |
parent | d2c4432bbe6348c5f14caf6b5d361dcd22ee08be (diff) | |
download | CMake-2d9fbbd94ce170e04ee1dbea72a1dcb909db951b.zip CMake-2d9fbbd94ce170e04ee1dbea72a1dcb909db951b.tar.gz CMake-2d9fbbd94ce170e04ee1dbea72a1dcb909db951b.tar.bz2 |
updated to use ConfigureFinalPass
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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(); } |