Merge branch 'vs-check-phone-store-tools' into release

This commit is contained in:
Brad King
2014-11-17 15:39:17 -05:00
7 changed files with 242 additions and 35 deletions
+2 -1
View File
@@ -2036,7 +2036,8 @@ WriteMasmOptions(std::string const& configName,
void
cmVisualStudio10TargetGenerator::WriteLibOptions(std::string const& config)
{
if(this->Target->GetType() != cmTarget::STATIC_LIBRARY)
if(this->Target->GetType() != cmTarget::STATIC_LIBRARY &&
this->Target->GetType() != cmTarget::OBJECT_LIBRARY)
{
return;
}