summaryrefslogtreecommitdiffstats
path: root/Source/cmNMakeMakefileGenerator.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-04-22 18:22:46 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-04-22 18:22:46 (GMT)
commitd774cd7c2be90f55b6d198ab147776a4303ca703 (patch)
tree4d5924ea4bebc1ad6f88b716c6324e380e5a7a8c /Source/cmNMakeMakefileGenerator.h
parentbf228b05c795adaa206f8ef9858068c54aeb44b3 (diff)
downloadCMake-d774cd7c2be90f55b6d198ab147776a4303ca703.zip
CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.gz
CMake-d774cd7c2be90f55b6d198ab147776a4303ca703.tar.bz2
ENH: make CMake less verbose/precious
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,