diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index 7bd63ac51..96f7706f9 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -112,6 +112,7 @@ ifeq ($(LIBARCH),LIBC) PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o else PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o + PRELUDE += c:/usr/lib/gcc-lib/i586-netware/3.2.3/libgcc.$(LIBEXT) CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h endif endif |