compiler warning
This commit is contained in:
parent
7d907a9a61
commit
d8167fb7fd
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue