From: Gunter Knauf Date: Sun, 8 Jul 2007 23:17:56 +0000 (+0000) Subject: added better CodeWarrior detection. X-Git-Tag: curl-7_16_4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41df67fc2c66dfe4bffa5ada935dff0df16daaeb;p=thirdparty%2Fcurl.git added better CodeWarrior detection. --- diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 8caf3eb1f8..13ba3de369 100644 --- a/ares/Makefile.netware +++ b/ares/Makefile.netware @@ -51,7 +51,10 @@ endif # Include the version info retrieved from curlver.h -include $(OBJDIR)/version.inc -# 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