* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.

Good night all.
This commit is contained in:
Danny Smith 2007-06-22 10:22:49 +00:00
parent e54e4d47f1
commit 8820b5ec12
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-06-22 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.
2007-06-22 Danny Smith <dannysmith@users.sourceforge.net>
Add POSIX binary tree search API.

View File

@ -191,6 +191,8 @@ GDTOA_OBJS = \
dmisc.o dtoa.o g__fmt.o g_dfmt.o g_ffmt.o g_xfmt.o gdtoa.o \
gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o \
strtodg.o strtodnrp.o strtof.o strtopx.o sum.o ulp.o
LIB_OBJS = $(Q8_OBJS) $(CTYPE_OBJS) $(STDLIB_STUB_OBJS) \
$(STDIO_OBJS) $(MATH_OBJS) $(FENV_OBJS) \
$(POSIX_OBJS) $(REPLACE_OBJS) $(COMPLEX_OBJS) \
$(GDTOA_OBJS)