summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 23:23:45 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 23:23:45 (GMT)
commitdc839f80f01dd547e1685a252f218aac0f0e769b (patch)
tree0ffdeece08e5a109acc6dfe9e6421960fb6e31c9 /Source/cmUnixMakefileGenerator.h
parent6220a187ba1e500442ce05efc16a3c0f016ed5cd (diff)
downloadCMake-dc839f80f01dd547e1685a252f218aac0f0e769b.zip
CMake-dc839f80f01dd547e1685a252f218aac0f0e769b.tar.gz
CMake-dc839f80f01dd547e1685a252f218aac0f0e769b.tar.bz2
start work on nmake generator
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 56f0ffe..00fb976 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -131,6 +131,11 @@ protected:
const char* extraCompileFlags,
bool sharedTarget);
+ virtual void BuildInSubDirectory(std::ostream& fout,
+ const char* directory,
+ const char* target1,
+ const char* target2);
+
virtual void OutputSubDirectoryVars(std::ostream& fout,
const char* var,
const char* target,