summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-01-18 18:30:51 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-01-18 18:30:51 (GMT)
commit475364ac4846a9624804f1059cc45b5a32d638c2 (patch)
tree537e404d9742ddb33767e7f7737e009c38f43c9b /Source/cmUnixMakefileGenerator.h
parent914e051fd781b2f90e731e4bf967b5bcccc56962 (diff)
downloadCMake-475364ac4846a9624804f1059cc45b5a32d638c2.zip
CMake-475364ac4846a9624804f1059cc45b5a32d638c2.tar.gz
CMake-475364ac4846a9624804f1059cc45b5a32d638c2.tar.bz2
some fixes to recent screwerd up changes
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 0e257af..f716a33 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -163,6 +163,10 @@ protected:
const char* path,
const char* library,
const char* fullpath);
+ virtual void OutputBuildExecutableInDir(std::ostream& fout,
+ const char* path,
+ const char* library,
+ const char* fullpath);
///! return true if the two paths are the same
virtual bool SamePath(const char* path1, const char* path2);
virtual std::string GetOutputExtension(const char* sourceExtension);