diff options
author | Brad King <brad.king@kitware.com> | 2006-02-08 17:01:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-08 17:01:21 (GMT) |
commit | c6741363de141c0b4aa6bb214b7aea2b6aa2bc39 (patch) | |
tree | d80c1567c9c9e044f5d8d270a3c25f9020802c48 /Source/cmLocalVisualStudio6Generator.h | |
parent | 7a3ed4644baed51c6849ca290885e85b815443cd (diff) | |
download | CMake-c6741363de141c0b4aa6bb214b7aea2b6aa2bc39.zip CMake-c6741363de141c0b4aa6bb214b7aea2b6aa2bc39.tar.gz CMake-c6741363de141c0b4aa6bb214b7aea2b6aa2bc39.tar.bz2 |
ENH: Enabled new WORKING_DIRECTORY option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET on VS 6 generator.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index 035b516..6b8286c 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -89,7 +89,7 @@ private: const char* flags); void AddUtilityCommandHack(cmTarget& target, int count, std::vector<std::string>& depends, - const cmCustomCommandLines& commandLines); + const cmCustomCommand& origCommand); void WriteGroup(const cmSourceGroup *sg, cmTarget target, std::ostream &fout, const char *libName); std::string CreateTargetRules(cmTarget &target, |