diff options
author | Brad King <brad.king@kitware.com> | 2005-04-26 15:08:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-26 15:08:18 (GMT) |
commit | 15c7d45ecd787b74eb4a4dc5cafe69bd92351938 (patch) | |
tree | b0425d5816d30613799105d75fc2dca1dc88ae8c /Source/cmLocalVisualStudio6Generator.h | |
parent | 2b05a503e4e9a3eacabb2154c8c5319ce776c39d (diff) | |
download | CMake-15c7d45ecd787b74eb4a4dc5cafe69bd92351938.zip CMake-15c7d45ecd787b74eb4a4dc5cafe69bd92351938.tar.gz CMake-15c7d45ecd787b74eb4a4dc5cafe69bd92351938.tar.bz2 |
BUG: Fixed ordering of multiple commands in a custom target when implemented as custom commands. Also added support to execute pre-build rules first to be consistent with makefile generator.
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index 6e3d459..c96deb0 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -87,6 +87,9 @@ private: const std::vector<std::string>& depends, const char* output, const char* flags); + void AddUtilityCommandHack(cmTarget& target, int count, + std::vector<std::string>& depends, + const cmCustomCommandLines& commandLines); std::string CreateTargetRules(const cmTarget &target, const char *libName); |