mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
some fixes
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "cmMakefile.h"
|
||||
#include "cmake.h"
|
||||
#include "cmTarget.h"
|
||||
#include "windows.h"
|
||||
|
||||
void cmGlobalCodeWarriorGenerator::EnableLanguage(const char*,
|
||||
cmMakefile *mf)
|
||||
|
||||
@@ -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