diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-11 23:10:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-11-11 23:10:30 (GMT) |
commit | 36db45082e49ac9a6f44c156d8706e1fef65627a (patch) | |
tree | 5c4c69e96a8c82d82dfe09680ac9fbeb5501c627 /Source/cmLocalUnixMakefileGenerator.h | |
parent | 928b9dee0693371c1bcf6101a2a363a983615403 (diff) | |
download | CMake-36db45082e49ac9a6f44c156d8706e1fef65627a.zip CMake-36db45082e49ac9a6f44c156d8706e1fef65627a.tar.gz CMake-36db45082e49ac9a6f44c156d8706e1fef65627a.tar.bz2 |
ENH: fix up several problems with new stuff
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index c441ace..70a43d6 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -88,7 +88,8 @@ protected: const char* prefix, const char* suffix, const char* createRule, - const char* comment + const char* comment, + const char* linkFlags ); void ExpandRuleVariables(std::string& string, const char* objects=0, @@ -98,7 +99,8 @@ protected: const char* object =0, const char* flags = 0, const char* objectsquoted = 0, - const char* targetBase = 0); + const char* targetBase = 0, + const char* linkFlags = 0); virtual void OutputSharedLibraryRule(std::ostream&, const char* name, const cmTarget &); virtual void OutputModuleLibraryRule(std::ostream&, const char* name, |