summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-26 15:08:18 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-26 15:08:18 (GMT)
commit15c7d45ecd787b74eb4a4dc5cafe69bd92351938 (patch)
treeb0425d5816d30613799105d75fc2dca1dc88ae8c /Source/cmLocalVisualStudio6Generator.h
parent2b05a503e4e9a3eacabb2154c8c5319ce776c39d (diff)
downloadCMake-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.h3
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);