1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

added better CodeWarrior detection (forgot to add with previos version).

This commit is contained in:
Gunter Knauf 2007-07-09 02:00:39 +00:00
parent ec1b7a0eea
commit f84642197f

View File

@ -60,7 +60,10 @@ else
OBJDIR = debug OBJDIR = debug
endif endif
# The following line defines your compiler. # The following lines defines your compiler.
ifdef CWFolder
METROWERKS = $(CWFolder)
endif
ifdef METROWERKS ifdef METROWERKS
# MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support # MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support
MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support/Metrowerks Support MWCW_PATH = $(subst \,/,$(METROWERKS))/Novell Support/Metrowerks Support