diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-08 23:17:56 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-08 23:17:56 +0000 |
commit | 41df67fc2c66dfe4bffa5ada935dff0df16daaeb (patch) | |
tree | 43f629074294bcbc8246b93be2ea01b8b0202cba /ares/Makefile.netware | |
parent | 932d38323f8a5e8e412c70f55ecea5b41e22ace5 (diff) |
added better CodeWarrior detection.
Diffstat (limited to 'ares/Makefile.netware')
-rw-r--r-- | ares/Makefile.netware | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ares/Makefile.netware b/ares/Makefile.netware index 8caf3eb1f..13ba3de36 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 |