summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmNMakeMakefileGenerator.h')
-rw-r--r--Source/cmNMakeMakefileGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmNMakeMakefileGenerator.h b/Source/cmNMakeMakefileGenerator.h
index 06f3c1c..e3d8b03 100644
--- a/Source/cmNMakeMakefileGenerator.h
+++ b/Source/cmNMakeMakefileGenerator.h
@@ -49,7 +49,8 @@ protected:
virtual void BuildInSubDirectory(std::ostream& fout,
const char* directory,
const char* target1,
- const char* target2);
+ const char* target2,
+ bool silent = false);
void OutputMakeRule(std::ostream& fout,
const char* comment,
const char* target,