mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
some fixes
This commit is contained in:
@@ -105,7 +105,7 @@ void cmLocalCodeWarriorGenerator::WriteFileList(std::ostream& fout,
|
||||
// Add the file to the list of sources.
|
||||
std::string source = (*i)->GetFullPath();
|
||||
fout << "<FILE>\n";
|
||||
fout << "<PATHTYPE>PathAbsolute</PATHTYPE>\n";
|
||||
fout << "<PATHTYPE>Absolute</PATHTYPE>\n";
|
||||
fout << "<PATHROOT>Absolute</PATHROOT>\n";
|
||||
//fout << "<ACCESSPATH>common</ACCESSPATH>\n";
|
||||
fout << "<PATH>" << source << "</PATH>\n";
|
||||
|
||||
Reference in New Issue
Block a user