added better CodeWarrior detection.

pull/1/head curl-7_16_4
Gunter Knauf 18 years ago
parent 5afa20d5f6
commit 1c91a98fcd
  1. 5
      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

Loading…
Cancel
Save