some fixes
This commit is contained in:
parent
599114fc70
commit
d27cd931ae
|
@ -19,7 +19,6 @@
|
||||||
#include "cmMakefile.h"
|
#include "cmMakefile.h"
|
||||||
#include "cmake.h"
|
#include "cmake.h"
|
||||||
#include "cmTarget.h"
|
#include "cmTarget.h"
|
||||||
#include "windows.h"
|
|
||||||
|
|
||||||
void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*,
|
void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*,
|
||||||
cmMakefile *mf)
|
cmMakefile *mf)
|
||||||
|
|
|
@ -105,7 +105,7 @@ void cmLocalCodeWarriorGenerator::WriteFileList(std::ostream& fout,
|
||||||
// Add the file to the list of sources.
|
// Add the file to the list of sources.
|
||||||
std::string source = (*i)->GetFullPath();
|
std::string source = (*i)->GetFullPath();
|
||||||
fout << "<FILE>\n";
|
fout << "<FILE>\n";
|
||||||
fout << "<PATHTYPE>PathAbsolute</PATHTYPE>\n";
|
fout << "<PATHTYPE>Absolute</PATHTYPE>\n";
|
||||||
fout << "<PATHROOT>Absolute</PATHROOT>\n";
|
fout << "<PATHROOT>Absolute</PATHROOT>\n";
|
||||||
//fout << "<ACCESSPATH>common</ACCESSPATH>\n";
|
//fout << "<ACCESSPATH>common</ACCESSPATH>\n";
|
||||||
fout << "<PATH>" << source << "</PATH>\n";
|
fout << "<PATH>" << source << "</PATH>\n";
|
||||||
|
|
Loading…
Reference in New Issue