diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 22:43:34 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 22:43:34 (GMT) |
commit | b0656a2605fc9556736459b51a2ad94b65765578 (patch) | |
tree | db50325845e1809ad15ff8dc682b1730f72b062c /Source/cmLocalVisualStudio7Generator.h | |
parent | 3893ee72d2d5a04889cc1056b56029c9d60393c0 (diff) | |
download | CMake-b0656a2605fc9556736459b51a2ad94b65765578.zip CMake-b0656a2605fc9556736459b51a2ad94b65765578.tar.gz CMake-b0656a2605fc9556736459b51a2ad94b65765578.tar.bz2 |
Add support for comments on custom commands in visual studio 7
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 8ab18b2..8a74dce 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -111,6 +111,7 @@ private: void WriteCustomRule(std::ostream& fout, const char* source, const char* command, + const char* comment, const std::set<std::string>& depends, const std::set<std::string>& outputs, const char* extraFlags); |