diff options
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileLibraryTargetGenerator.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h index 7c7c43d..502e35b 100644 --- a/Source/cmMakefileLibraryTargetGenerator.h +++ b/Source/cmMakefileLibraryTargetGenerator.h @@ -29,9 +29,10 @@ public: protected: void WriteStaticLibraryRules(); - void WriteSharedLibraryRules(); - void WriteModuleLibraryRules(); - void WriteLibraryRules(const char *linkRule, const char *extraFlags); + void WriteSharedLibraryRules(bool relink); + void WriteModuleLibraryRules(bool relink); + void WriteLibraryRules(const char *linkRule, const char *extraFlags, + bool relink); }; #endif |