1
1

changed prelude file for gcc build.

Этот коммит содержится в:
Guenter Knauf 2007-07-22 00:47:21 +00:00
родитель 327c31a634
Коммит c9413c628d

Просмотреть файл

@ -5,7 +5,7 @@
##
## Comments to: Guenter Knauf <eflash@gmx.net>
##
## $Id: Makefile.netware,v 1.11 2007/07/14 21:04:32 gknauf Exp $
## $Id: Makefile.netware,v 1.12 2007/07/22 00:47:21 gknauf Exp $
#
#########################################################################
@ -131,7 +131,10 @@ CFLAGS += -Wall # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else
PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
# PRELUDE = $(SDK_CLIB)/imports/clibpre.gcc.o
# to avoid the __init_* / __deinit_* whoes dont use prelude from NDK
# http://www.gknw.net/development/mk_nlm/gcc_pre.zip
PRELUDE = $(NDK_ROOT)/pre/prelude.o
CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
endif
endif