From: Gunter Knauf Date: Mon, 9 Jul 2007 02:00:39 +0000 (+0000) Subject: added better CodeWarrior detection (forgot to add with previos version). X-Git-Tag: curl-7_16_4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84642197f618836bd371688fcfbb59e60902bc2;p=thirdparty%2Fcurl.git added better CodeWarrior detection (forgot to add with previos version). --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 42db2a6b4c..36a3367617 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