diff options
author | Gunter Knauf <gk@gknw.de> | 2007-07-09 02:00:39 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-07-09 02:00:39 +0000 |
commit | f84642197f618836bd371688fcfbb59e60902bc2 (patch) | |
tree | 78711d69144db16f7e8f4a5f1fb756c8794c8855 | |
parent | ec1b7a0eeaf9843079b2aca51bc5173cad6fa0e9 (diff) |
added better CodeWarrior detection (forgot to add with previos version).
-rw-r--r-- | lib/Makefile.netware | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 42db2a6b4..36a336761 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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 |