some fixes

This commit is contained in:
Ken Martin 2002-10-03 16:40:23 -04:00
parent 599114fc70
commit d27cd931ae
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include "cmMakefile.h"
#include "cmake.h"
#include "cmTarget.h"
#include "windows.h"
void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*,
cmMakefile *mf)

View File

@ -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";