diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 23:23:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-13 23:23:45 (GMT) |
commit | dc839f80f01dd547e1685a252f218aac0f0e769b (patch) | |
tree | 0ffdeece08e5a109acc6dfe9e6421960fb6e31c9 /Source/cmUnixMakefileGenerator.h | |
parent | 6220a187ba1e500442ce05efc16a3c0f016ed5cd (diff) | |
download | CMake-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.h | 5 |
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, |