From 7e9439a0eb2bd5494694dd750a3034c6a32babca Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 25 Feb 2005 01:43:43 +0000 Subject: * mingwex/wctype.c: New file. * mingwex/wctrans.c: New file. * mingwex/Makefile.in (DISTFILES): Add wctype.c, wctrans.c. * mingwex/Makefile.in (Q8_OBJS): Add wctype.o, wctrans.o. --- winsup/mingw/mingwex/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/mingw/mingwex/Makefile.in') diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in index 7dc0087f5..5cfde769d 100644 --- a/winsup/mingw/mingwex/Makefile.in +++ b/winsup/mingw/mingwex/Makefile.in @@ -33,9 +33,8 @@ DISTFILES = Makefile.in configure configure.in \ ldtoa.c lltoa.c lltow.c mbsinit.c mingw-aligned-malloc.c \ mingw-fseek.c sitest.c strtof.c strtoimax.c strtold.c strtoumax.c \ testwmem.c tst-aligned-malloc.c ulltoa.c ulltow.c wcstof.c \ - wcstoimax.c wcstold.c wcstoumax.c wdirent.c wmemchr.c wmemcmp.c \ - wmemcpy.c wmemmove.c wmemset.c wtoll.c - + wcstoimax.c wcstold.c wcstoumax.c wctrans.c wctype.c \ + wdirent.c wmemchr.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c wtoll.c MATH_DISTFILES = \ acosf.c acosl.c asinf.c asinl.c atan2f.c atan2l.c \ atanf.c atanl.c cbrt.c cbrtf.c cbrtl.c ceilf.S ceill.S \ @@ -114,7 +113,8 @@ LIBMINGWEX_A = libmingwex.a Q8_OBJS = \ fwide.o imaxabs.o imaxdiv.o mbsinit.o \ strtoimax.o strtoumax.o wcstoimax.o wcstoumax.o \ - wmemchr.o wmemcmp.o wmemcpy.o wmemmove.o wmemset.o + wmemchr.o wmemcmp.o wmemcpy.o wmemmove.o wmemset.o \ + wctrans.o wctype.o STDLIB_OBJS = \ strtold.o wcstold.o STDLIB_STUB_OBJS = \ -- cgit v1.2.3