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:
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…
x
Reference in New Issue
Block a user