diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 32e8285..6d6ce66 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -448,28 +448,13 @@ private: const LibraryID& lib, DependencyMap& dep_map); - const char* GetSuffixVariableInternal(TargetType type, bool implib); - const char* GetPrefixVariableInternal(TargetType type, bool implib); - std::string GetFullNameInternal(TargetType type, const char* config, - bool implib); - void GetFullNameInternal(TargetType type, const char* config, bool implib, + const char* GetSuffixVariableInternal(bool implib); + const char* GetPrefixVariableInternal(bool implib); + std::string GetFullNameInternal(const char* config, bool implib); + void GetFullNameInternal(const char* config, bool implib, std::string& outPrefix, std::string& outBase, std::string& outSuffix); - void GetLibraryNamesInternal(std::string& name, - std::string& soName, - std::string& realName, - std::string& impName, - std::string& pdbName, - TargetType type, - const char* config); - void GetExecutableNamesInternal(std::string& name, - std::string& realName, - std::string& impName, - std::string& pdbName, - TargetType type, - const char* config); - // Use a makefile variable to set a default for the given property. // If the variable is not defined use the given default instead. void SetPropertyDefault(const char* property, const char* default_value); |