diff options
-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 |