Browse Source

some fixes

Ken Martin 23 years ago
parent
commit
d27cd931ae
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Source/cmGlobalCodeWarriorGenerator.cxx
  2. 1 1
      Source/cmLocalCodeWarriorGenerator.cxx

+ 0 - 1
Source/cmGlobalCodeWarriorGenerator.cxx

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

+ 1 - 1
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";