diff options
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); |