diff options
author | Brad King <brad.king@kitware.com> | 2012-03-13 15:53:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-13 15:53:28 (GMT) |
commit | 1ee4b65a7f8c9d0f50e8eb7dcf2dd74eb8b0e049 (patch) | |
tree | 89e3af52a812658c5175dbfeb46d32469d0c7f33 /Source/cmLocalVisualStudio6Generator.h | |
parent | 4770d5373ef040dd9b5e005b61e54a5e21019599 (diff) | |
parent | 0996f2a228a834d75ba9845ea6b899b60eb84712 (diff) | |
download | CMake-1ee4b65a7f8c9d0f50e8eb7dcf2dd74eb8b0e049.zip CMake-1ee4b65a7f8c9d0f50e8eb7dcf2dd74eb8b0e049.tar.gz CMake-1ee4b65a7f8c9d0f50e8eb7dcf2dd74eb8b0e049.tar.bz2 |
Merge topic 'cleanup-object-file-names'
0996f2a Hide Makefile local object info inside local generator
67734be VS: Simplify object name computation
4ae7f36 Remove unused partial OBJECT_FILES property implementation
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.h b/Source/cmLocalVisualStudio6Generator.h index c9c5dd1..4e588c3 100644 --- a/Source/cmLocalVisualStudio6Generator.h +++ b/Source/cmLocalVisualStudio6Generator.h @@ -50,9 +50,6 @@ public: void SetBuildType(BuildType, const char* libName, cmTarget&); virtual std::string GetTargetDirectory(cmTarget const& target) const; - void GetTargetObjectFileDirectories(cmTarget* target, - std::vector<std::string>& - dirs); private: std::string DSPHeaderTemplate; std::string DSPFooterTemplate; |