Browse Source

ENH: Added convenience signature to OutputMakeRule.

Brad King 22 years ago
parent
commit
773de6e55d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Source/cmLocalUnixMakefileGenerator.h

+ 6 - 0
Source/cmLocalUnixMakefileGenerator.h

@@ -164,6 +164,12 @@ protected:
                               const char* depends, 
                               const std::vector<std::string>& commands);
 
+  virtual void OutputMakeRule(std::ostream&, 
+                              const char* comment,
+                              const char* target,
+                              const std::vector<std::string>& depends,
+                              const char* command);
+
   virtual void OutputMakeRule(std::ostream&, 
                               const char* comment,
                               const char* target,