mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
compiler warning
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user