summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-29 14:11:24 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-29 14:11:24 (GMT)
commit48702f8a8d5c44a7b5f5a848ac83efde3edbb469 (patch)
treec73a0fabdec6702598cbfedb7edfbea9998bf3f9 /Source/cmGlobalVisualStudio6Generator.h
parentcf5c2b7ae8a8613258c02a182eec24b09cdf8a2e (diff)
downloadCMake-48702f8a8d5c44a7b5f5a848ac83efde3edbb469.zip
CMake-48702f8a8d5c44a7b5f5a848ac83efde3edbb469.tar.gz
CMake-48702f8a8d5c44a7b5f5a848ac83efde3edbb469.tar.bz2
COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions.
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 3ff1141..3f0841f 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -79,7 +79,7 @@ private:
void WriteDSWHeader(std::ostream& fout);
void WriteProject(std::ostream& fout,
const char* name, const char* path,
- const cmTarget &t, const char* extra_depend);
+ const cmTarget &t);
void WriteExternalProject(std::ostream& fout,
const char* name, const char* path,
const std::vector<std::string>& dependencies);