diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 20:05:58 (GMT) |
commit | 401922e04ba57d5672abf1cb112f79018e0e8f74 (patch) | |
tree | 8090820877bfcc6a26f39c2de0d6d2c7d1c05292 /Source/cmGlobalVisualStudio71Generator.h | |
parent | b22a464bcc91e813e2df573ea9c935354fa4b0f0 (diff) | |
download | CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.zip CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.gz CMake-401922e04ba57d5672abf1cb112f79018e0e8f74.tar.bz2 |
ENH: merge changes from main tree
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 dc51fe0..6ccf06a 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -53,7 +53,8 @@ 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, + virtual void WriteProjectConfigurations(std::ostream& fout, + const char* name, bool in_all); virtual void WriteExternalProject(std::ostream& fout, const char* name, const char* path, |