diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-03-10 19:33:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-03-10 19:33:18 (GMT) |
commit | 94d8d25fd3d038f592002829f8f2f5b390c13623 (patch) | |
tree | ffd8983a5df100441e842f8e0d87091f2a89e54a /Source/cmGlobalVisualStudio71Generator.h | |
parent | ddb815c12542f80f42562877298a73fab39bb4ca (diff) | |
download | CMake-94d8d25fd3d038f592002829f8f2f5b390c13623.zip CMake-94d8d25fd3d038f592002829f8f2f5b390c13623.tar.gz CMake-94d8d25fd3d038f592002829f8f2f5b390c13623.tar.bz2 |
ENH: update vs71 generator to support excluded subdirs
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index 2434951..7c738c6 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -43,7 +43,8 @@ public: virtual cmLocalGenerator *CreateLocalGenerator(); protected: - virtual void WriteSLNFile(std::ostream& fout, + virtual void WriteSLNFile(std::ostream& fout, + cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); virtual void WriteProject(std::ostream& fout, const char* name, const char* path, |