summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
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/cmGlobalVisualStudio7Generator.h
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/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index e46480b..7e36cf2 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -107,7 +107,7 @@ protected:
const char* name, const char* path, cmTarget &t);
virtual void WriteProjectConfigurations(std::ostream& fout,
const char* name,
- int targetType);
+ bool partOfDefaultBuild);
virtual void WriteSLNFooter(std::ostream& fout);
virtual void WriteSLNHeader(std::ostream& fout);
virtual void AddPlatformDefinitions(cmMakefile* mf);
@@ -120,6 +120,8 @@ protected:
std::string ConvertToSolutionPath(const char* path);
+ bool IsPartOfDefaultBuild(const char* project,
+ cmTarget* target);
std::vector<std::string> Configurations;
std::map<cmStdString, cmStdString> GUIDMap;