diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-05-08 15:17:00 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-05-09 12:04:34 (GMT) |
commit | a2b5acec3bf93287eff6276e8ba3b5a4ad4f1a88 (patch) | |
tree | 77be9169145e9521b7b2dfb1f6de707ca3901092 /Source/cmVisualStudio10TargetGenerator.h | |
parent | d3292d2d102710cb66d933dc27d72e3002d008b9 (diff) | |
download | CMake-a2b5acec3bf93287eff6276e8ba3b5a4ad4f1a88.zip CMake-a2b5acec3bf93287eff6276e8ba3b5a4ad4f1a88.tar.gz CMake-a2b5acec3bf93287eff6276e8ba3b5a4ad4f1a88.tar.bz2 |
cmVisualStudio10TargetGenerator: refactor
`WritePlatformConfigTag` moved to local `Elem` class; other improvements
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 38c7725..8c0b6ca 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -53,10 +53,7 @@ private: struct OptionsHelper; std::string ConvertPath(std::string const& path, bool forceRelative); - void WriteString(const char* line, int indentLevel); std::string CalcCondition(const std::string& config) const; - void WritePlatformConfigTag(const char* tag, const std::string& config, - Elem& parent, const std::string& content); void WriteProjectConfigurations(Elem& e0); void WriteProjectConfigurationValues(Elem& e0); void WriteMSToolConfigurationValues(Elem& e1, std::string const& config); |