summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-22 09:44:41 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-22 09:44:41 -0400
commit4e8b76dc93df5ddf4c905209180286fc3aa6f354 (patch)
tree72839596ee5ef47859bb38b42e15adaa850ad54c /Source/cmLocalVisualStudio6Generator.cxx
parent6918844bd6c1e5e5146b33076ec64db91a201343 (diff)
downloadcmake-4e8b76dc93df5ddf4c905209180286fc3aa6f354.tar.gz
BUG 178: make top level cmakelist file a source in ALL_BUILD
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 28b08dfc2e..118874ae9e 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -160,10 +160,6 @@ void cmLocalVisualStudio6Generator::CreateSingleDSP(const char *lname, cmTarget
void cmLocalVisualStudio6Generator::AddDSPBuildRule()
{
std::string dspname = *(m_CreatedProjectNames.end()-1);
- if(dspname == "ALL_BUILD")
- {
- return;
- }
dspname += ".dsp.cmake";
std::string makefileIn = m_Makefile->GetStartDirectory();
makefileIn += "/";