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.
This commit is contained in:
Brad King
2012-02-27 11:45:33 -05:00
parent 573fa3bf13
commit 4ae7f3656b
14 changed files with 0 additions and 177 deletions

View File

@@ -257,9 +257,6 @@ public:
{
return !this->SkipAssemblySourceRules;
}
// Get the directories into which the .o files will go for this target
void GetTargetObjectFileDirectories(cmTarget* target,
std::vector<std::string>& dirs);
// Fill the vector with the target names for the object files,
// preprocessed files and assembly files. Currently only used by the