summaryrefslogtreecommitdiff
path: root/Source/cmLocalCodeWarriorGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-10-03 16:40:23 -0400
committerKen Martin <ken.martin@kitware.com>2002-10-03 16:40:23 -0400
commitd27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77 (patch)
treecf12b37c42a8ebda89cd379291e40b6214856b61 /Source/cmLocalCodeWarriorGenerator.cxx
parent599114fc706c005c853e2bbfd6b9ec0f49b2ce57 (diff)
downloadcmake-d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77.tar.gz
some fixes
Diffstat (limited to 'Source/cmLocalCodeWarriorGenerator.cxx')
-rw-r--r--Source/cmLocalCodeWarriorGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalCodeWarriorGenerator.cxx b/Source/cmLocalCodeWarriorGenerator.cxx
index e0bcaf1d1a..b50ec15a2c 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";