diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 17:52:45 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 17:52:45 -0500 |
commit | ee548d8fd89277884cd2f24f92fee4092491f136 (patch) | |
tree | e0d7342a145c12bb9544089790d9c88caf913571 /Source/cmLocalVisualStudio6Generator.h | |
parent | b0656a2605fc9556736459b51a2ad94b65765578 (diff) | |
download | cmake-ee548d8fd89277884cd2f24f92fee4092491f136.tar.gz |
Add support for comments on custom commands in visual studio 6
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index 81b905b6e1..a9e1145cf3 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -88,6 +88,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* flags); |