summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio71Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-16 14:23:45 (GMT)
committerBrad King <brad.king@kitware.com>2012-11-16 14:23:45 (GMT)
commit45d4f81fde2c5c29698787e30b9bebb91211eb01 (patch)
tree14adc26c1cd0d7f015f7bd23a81f72652f416230 /Source/cmGlobalVisualStudio71Generator.h
parent694322ecea7725e5e00e3d46c09e0588afc633db (diff)
parent739f16653d823ea9519405da837cd57dcf204403 (diff)
downloadCMake-45d4f81fde2c5c29698787e30b9bebb91211eb01.zip
CMake-45d4f81fde2c5c29698787e30b9bebb91211eb01.tar.gz
CMake-45d4f81fde2c5c29698787e30b9bebb91211eb01.tar.bz2
Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sections
Conflicts: Source/cmGlobalVisualStudio7Generator.h
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h
index dc8cfeb..f96a7d9 100644
--- a/Source/cmGlobalVisualStudio71Generator.h
+++ b/Source/cmGlobalVisualStudio71Generator.h
@@ -61,10 +61,10 @@ protected:
const char* name, const char* path, cmTarget &t);
virtual void WriteProjectDepends(std::ostream& fout,
const char* name, const char* path, cmTarget &t);
- virtual void WriteProjectConfigurations(std::ostream& fout,
- const char* name,
- bool partOfDefaultBuild,
- const char* platformMapping = NULL);
+ virtual void WriteProjectConfigurations(
+ std::ostream& fout, const char* name,
+ const std::set<std::string>& configsPartOfDefaultBuild,
+ const char* platformMapping = NULL);
virtual void WriteExternalProject(std::ostream& fout,
const char* name,
const char* path,