summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-28 20:21:28 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-28 20:21:28 (GMT)
commit3b81a4329420f0cb2ea0f3e7a4662c903e1b3aa0 (patch)
treedb6dd24c9e4d4d1a6504b63656d73d3039373a0c /Source/cmGlobalVisualStudio7Generator.h
parent3a81832bb3ae22f6251ab810fbd17a7ec57ff9bb (diff)
downloadCMake-3b81a4329420f0cb2ea0f3e7a4662c903e1b3aa0.zip
CMake-3b81a4329420f0cb2ea0f3e7a4662c903e1b3aa0.tar.gz
CMake-3b81a4329420f0cb2ea0f3e7a4662c903e1b3aa0.tar.bz2
ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets build before being installed.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index fbc1489..dea1c15 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -92,7 +92,7 @@ protected:
const cmTarget &t);
virtual void WriteProjectDepends(std::ostream& fout,
const char* name, const char* path,
- const cmTarget &t);
+ const cmTarget &t, const char* extra_depend);
virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all);
virtual void WriteSLNFooter(std::ostream& fout);
virtual void WriteSLNHeader(std::ostream& fout);