diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-10-03 20:40:23 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-10-03 20:40:23 (GMT) |
commit | d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77 (patch) | |
tree | cf12b37c42a8ebda89cd379291e40b6214856b61 /Source/cmLocalCodeWarriorGenerator.cxx | |
parent | 599114fc706c005c853e2bbfd6b9ec0f49b2ce57 (diff) | |
download | CMake-d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77.zip CMake-d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77.tar.gz CMake-d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77.tar.bz2 |
some fixes
Diffstat (limited to 'Source/cmLocalCodeWarriorGenerator.cxx')
-rw-r--r-- | Source/cmLocalCodeWarriorGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalCodeWarriorGenerator.cxx b/Source/cmLocalCodeWarriorGenerator.cxx index e0bcaf1..b50ec15 100644 --- a/Source/cmLocalCodeWarriorGenerator.cxx +++ b/Source/cmLocalCodeWarriorGenerator.cxx @@ -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"; |