compiler warning

This commit is contained in:
Ken Martin 2002-10-11 13:17:52 -04:00
parent 7d907a9a61
commit d8167fb7fd
1 changed files with 2 additions and 0 deletions

View File

@ -209,11 +209,13 @@ void cmLocalCodeWarriorGenerator::WriteSettingList(std::ostream& fout,
fout << "</VALUE></SETTING>\n";
break;
case cmTarget::EXECUTABLE:
case cmTarget::WIN32_EXECUTABLE:
fout << "Application" << "</VALUE></SETTING>\n";
fout << "<SETTING><NAME>MWProject_PPC_outfile</NAME><VALUE>";
fout << tgtName << cmSystemTools::GetExecutableExtension();
fout << "</VALUE></SETTING>\n";
break;
default:;
}
fout << "<SETTING><NAME>MWProject_PPC_filecreator</NAME><VALUE>????" << "</VALUE></SETTING>\n";