summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-11-09 14:57:23 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-11-09 14:57:23 (GMT)
commitb0bc59f70988d169dd0c00ccecc19e42548fcd9f (patch)
tree8bdfad578d85761e0314e1cd4cc12fe96015adb0 /Source/cmGlobalVisualStudio8Generator.cxx
parent976424f8d3aec590364e935d5b61905c7c91db83 (diff)
downloadCMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.zip
CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.gz
CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.bz2
ENH: commit fix for putting everything in the build on vs
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index bb87489..f2f29b5 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -228,7 +228,7 @@ cmGlobalVisualStudio8Generator
void
cmGlobalVisualStudio8Generator
::WriteProjectConfigurations(std::ostream& fout, const char* name,
- int targetType)
+ bool partOfDefaultBuild)
{
std::string guid = this->GetGUID(name);
for(std::vector<std::string>::iterator i = this->Configurations.begin();
@@ -237,7 +237,7 @@ cmGlobalVisualStudio8Generator
fout << "\t\t{" << guid << "}." << *i
<< "|" << this->PlatformName << ".ActiveCfg = "
<< *i << "|" << this->PlatformName << "\n";
- if(targetType != cmTarget::GLOBAL_TARGET)
+ if(partOfDefaultBuild)
{
fout << "\t\t{" << guid << "}." << *i
<< "|" << this->PlatformName << ".Build.0 = "