mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:51:41 +03:00
added better CodeWarrior detection.
This commit is contained in:
parent
932d38323f
commit
41df67fc2c
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue