COMP: Even more global target fixes

This commit is contained in:
Andy Cedilnik
2006-02-24 17:35:35 -05:00
parent 4675765601
commit c4156b4531
15 changed files with 30 additions and 18 deletions
+1 -2
View File
@@ -1220,8 +1220,7 @@ void cmLocalVisualStudio7Generator::OutputTargetRules(std::ostream& fout,
cmTarget &target,
const char * /*libName*/)
{
if (target.GetType() > cmTarget::UTILITY ||
target.GetType() > cmTarget::GLOBAL_TARGET)
if (target.GetType() > cmTarget::GLOBAL_TARGET)
{
return;
}