diff options
author | Brad King <brad.king@kitware.com> | 2012-02-27 11:45:33 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-03-06 13:20:17 -0500 |
commit | 4ae7f3656b6ebe7c878716b95ef5eb3d924d4173 (patch) | |
tree | 712b3d9606c378434e9de91fa4f34096502b03f8 /Source/cmLocalVisualStudio7Generator.h | |
parent | 573fa3bf136e5c780d3dd7e2dc692d52b3eba96d (diff) | |
download | cmake-4ae7f3656b6ebe7c878716b95ef5eb3d924d4173.tar.gz |
Remove unused partial OBJECT_FILES property implementation
Remove partial implementation added by commit ca0230a3 (check in initial
conv library stuff, 2007-02-16) since it was never finished. It does
not make sense for multi-configuration generators since no specific
build configuration is processed at CMake time.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 5b634b8c6d..6ddf82af86 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -54,9 +54,6 @@ public: void SetBuildType(BuildType,const char *name); void SetPlatformName(const char* n) { this->PlatformName = n;} - void GetTargetObjectFileDirectories(cmTarget* target, - std::vector<std::string>& - dirs); void SetExtraFlagTable(cmVS7FlagTable const* table) { this->ExtraFlagTable = table; } |