mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added better CodeWarrior detection (forgot to add with previos version).
This commit is contained in:
parent
ec1b7a0eea
commit
f84642197f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user