From cb12d3a973bcea0cef1618f3b9003cab42947bd8 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Mon, 1 Sep 2008 08:08:44 +0000 Subject: [PATCH] Added CodeWarrior definitions. --- Source/include/portable.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Source/include/portable.h b/Source/include/portable.h index e7696be774..ced41921a1 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -199,7 +199,13 @@ #endif #ifdef COLDFIRE_V2_CODEWARRIOR - #include "../../source/portable/CodeWarrior/ColdFire_MCF52259/portmacro.h" + /* The portmacro.h file must be included as part of the CodeWarrior project. */ + #include "portmacro.h" +#endif + +#ifdef COLDFIRE_V1_CODEWARRIOR + /* The portmacro.h file must be included as part of the CodeWarrior project. */ + #include "portmacro.h" #endif #ifdef COLDFIRE_V2_GCC