diff options
author | Brad King <brad.king@kitware.com> | 2018-05-21 14:58:31 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-05-21 14:58:53 (GMT) |
commit | 963a33f4a86d8dd181446696bb5c64db91276906 (patch) | |
tree | 8208c6e49df8f8154b1420a402765ca272c17e6d /Source/cmVisualStudio10TargetGenerator.h | |
parent | 722056372e4ae640c1e61ac1dabfdd8a2737a35f (diff) | |
parent | 790fc415b1ecb55a930130655c197e2b90df3ad8 (diff) | |
download | CMake-963a33f4a86d8dd181446696bb5c64db91276906.zip CMake-963a33f4a86d8dd181446696bb5c64db91276906.tar.gz CMake-963a33f4a86d8dd181446696bb5c64db91276906.tar.bz2 |
Merge topic 'vs-remove-stream'
790fc415b1 cmVisualStudio10TargetGenerator: remove BuildFileStream member
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2082
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 a5ea38c..15e47b4 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -186,8 +186,6 @@ private: OptionsMap NasmOptions; OptionsMap LinkOptions; std::string LangForClCompile; - std::string PathToProjectFile; - std::string ProjectFileExtension; enum VsProjectType { vcxproj, @@ -207,7 +205,6 @@ private: unsigned int NsightTegraVersion[4]; bool TargetCompileAsWinRT; cmGlobalVisualStudio10Generator* const GlobalGenerator; - cmGeneratedFileStream* BuildFileStream; cmLocalVisualStudio10Generator* const LocalGenerator; std::set<std::string> CSharpCustomCommandNames; bool IsMissingFiles; |