summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-13 19:18:27 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-13 19:18:27 (GMT)
commitc53b26baf26bdb465fbbe003b9e184b66ee22d7a (patch)
tree0146deb8afa5277002a511f1a519477d1f2035e7 /Source/cmGlobalVisualStudio7Generator.cxx
parent5891ba16ce5cec9ed81468da4d07f1513de756ee (diff)
downloadCMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.zip
CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.gz
CMake-c53b26baf26bdb465fbbe003b9e184b66ee22d7a.tar.bz2
ENH: some more cleanup
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index 8caf90b..278ebb2 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -226,7 +226,7 @@ void cmGlobalVisualStudio7Generator::Generate()
if(gen.size())
{
gen[0]->GetMakefile()->
- AddUtilityCommand("ALL_BUILD", false, no_depends,
+ AddUtilityCommand("ALL_BUILD", true, no_depends,
no_working_dir,
"echo", "Build all projects");
std::string cmake_command =