From f84642197f618836bd371688fcfbb59e60902bc2 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Mon, 9 Jul 2007 02:00:39 +0000 Subject: added better CodeWarrior detection (forgot to add with previos version). --- lib/Makefile.netware | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 42db2a6b4..36a336761 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -60,7 +60,10 @@ else OBJDIR = debug endif -# The following line defines your compiler. +# The following lines defines your compiler. +ifdef CWFolder + METROWERKS = $(CWFolder) +endif ifdef METROWERKS # MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support/Metrowerks Support -- cgit v1.2.3