diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-14 19:03:16 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-14 19:03:16 (GMT) |
commit | 88bd3b5281a146e1d1a31af4ab768a427341aedf (patch) | |
tree | 31bcd668e2890fabf59cfdd5c2e4f53bc2c82f7b /Source/cmMakefileTargetGenerator.h | |
parent | 8e702ac5a800fcd4fce0984b7a0e439b77d68ae9 (diff) | |
download | CMake-88bd3b5281a146e1d1a31af4ab768a427341aedf.zip CMake-88bd3b5281a146e1d1a31af4ab768a427341aedf.tar.gz CMake-88bd3b5281a146e1d1a31af4ab768a427341aedf.tar.bz2 |
ENH: add support for removing language flags from shared library and shared module link commands
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileTargetGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index cbc67ca..9bc2345 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/Source/cmMakefileTargetGenerator.h @@ -99,7 +99,8 @@ protected: void AppendTargetDepends(std::vector<std::string>& depends); virtual void CloseFileStreams(); - + void RemoveForbiddenFlags(const char* flagVar, const char* linkLang, + std::string& linkFlags); cmStdString TargetName; cmTarget *Target; cmLocalUnixMakefileGenerator3 *LocalGenerator; |