summaryrefslogtreecommitdiffstats
path: root/Source/cmBorlandMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-19 23:45:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-19 23:45:22 (GMT)
commitb67dc16be630724509b8d9d092df8ab7607f7acf (patch)
tree811aab687330b7393516b47fa108a793b8659b78 /Source/cmBorlandMakefileGenerator.h
parent384cf0c7f3bfb5d8fef107f7076cae290316b0e0 (diff)
downloadCMake-b67dc16be630724509b8d9d092df8ab7607f7acf.zip
CMake-b67dc16be630724509b8d9d092df8ab7607f7acf.tar.gz
CMake-b67dc16be630724509b8d9d092df8ab7607f7acf.tar.bz2
ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff
Diffstat (limited to 'Source/cmBorlandMakefileGenerator.h')
-rw-r--r--Source/cmBorlandMakefileGenerator.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/Source/cmBorlandMakefileGenerator.h b/Source/cmBorlandMakefileGenerator.h
index 31ada06..947ef3e 100644
--- a/Source/cmBorlandMakefileGenerator.h
+++ b/Source/cmBorlandMakefileGenerator.h
@@ -68,19 +68,6 @@ public:
virtual void ComputeSystemInfo();
protected:
virtual void OutputMakeVariables(std::ostream&);
- virtual void BuildInSubDirectory(std::ostream& fout,
- const char* directory,
- const char* target1,
- const char* target2);
- void OutputMakeRule(std::ostream& fout,
- const char* comment,
- const char* target,
- const char* depends,
- const char* command,
- const char* command2=0,
- const char* command3=0,
- const char* command4=0);
-
virtual void OutputBuildObjectFromSource(std::ostream& fout,
const char* shortName,
@@ -96,10 +83,6 @@ protected:
virtual void OutputExecutableRule(std::ostream&, const char* name,
const cmTarget &);
virtual std::string GetOutputExtension(const char* sourceExtension);
- virtual void OutputBuildLibraryInDir(std::ostream& fout,
- const char* path,
- const char* library,
- const char* fullpath);
///! return true if the two paths are the same (checks short paths)
virtual bool SamePath(const char* path1, const char* path2);
};