diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-01 23:52:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-08-01 23:52:12 (GMT) |
commit | 16e73643f3506f34164243b2f7816cba5cd4ad9a (patch) | |
tree | 8bb8adf04a71df36139d2f29cd164fa114d805e1 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | fe5a6e94137c4720871b4be268ada7a003efad5e (diff) | |
download | CMake-16e73643f3506f34164243b2f7816cba5cd4ad9a.zip CMake-16e73643f3506f34164243b2f7816cba5cd4ad9a.tar.gz CMake-16e73643f3506f34164243b2f7816cba5cd4ad9a.tar.bz2 |
ENH: undo change that broke borland 5.6 cont
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index f83f102..7744e1b 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -223,7 +223,6 @@ protected: void WriteLocalMakefile(); - // write the target rules for the local Makefile into the stream void WriteLocalMakefileTargets(std::ostream& ruleFileStream, std::set<cmStdString> &emitted); @@ -268,9 +267,6 @@ protected: void WriteTargetRequiresRule(std::ostream& ruleFileStream, cmTarget& target, const std::vector<std::string>& objects); - void WriteObjectConvenienceRule(std::ostream& ruleFileStream, - const char* comment, const char* output, - std::vector<cmTarget*>& targets); std::string GetObjectFileName(cmTarget& target, const cmSourceFile& source, |