diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-23 15:44:17 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-23 15:44:17 (GMT) |
commit | a7e20abcdbeeb1d6bd0270a673f4de2fa1a18eb4 (patch) | |
tree | d8e659b4dad9a3eff07f094e526b17487daa4c47 /Source/cmLocalUnixMakefileGenerator.h | |
parent | d11cecab7d29e6ba5a8bdc7ad290a97edd276939 (diff) | |
download | CMake-a7e20abcdbeeb1d6bd0270a673f4de2fa1a18eb4.zip CMake-a7e20abcdbeeb1d6bd0270a673f4de2fa1a18eb4.tar.gz CMake-a7e20abcdbeeb1d6bd0270a673f4de2fa1a18eb4.tar.bz2 |
ENH: only replace the language being used in expand rule variables
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 832afd6..8a87228 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -104,6 +104,7 @@ protected: const char* linkFlags ); void ExpandRuleVariables(std::string& string, + const char* language, const char* objects=0, const char* target=0, const char* linkLibs=0, |