From d27cd931ae8f4cd4c53ef78c1c61e3cfe5946e77 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 3 Oct 2002 16:40:23 -0400 Subject: some fixes --- Source/cmGlobalCodeWarriorGenerator.cxx | 1 - Source/cmLocalCodeWarriorGenerator.cxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index 9e08bc9..f0e51bc 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/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) diff --git a/Source/cmLocalCodeWarriorGenerator.cxx b/Source/cmLocalCodeWarriorGenerator.cxx index e0bcaf1..b50ec15 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 << "\n"; - fout << "PathAbsolute\n"; + fout << "Absolute\n"; fout << "Absolute\n"; //fout << "common\n"; fout << "" << source << "\n"; -- cgit v0.12