Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-02-25 04:43:43 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2005-02-25 04:43:43 +0300
commit7e9439a0eb2bd5494694dd750a3034c6a32babca (patch)
tree6ba17457bf398e7f7170c83ee5c98861f233d8fc /winsup/mingw/mingwex/Makefile.in
parent2598f908ca5317ae743f875ca1351185909ab3a6 (diff)
* 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.
Diffstat (limited to 'winsup/mingw/mingwex/Makefile.in')
-rw-r--r--winsup/mingw/mingwex/Makefile.in8
1 files changed, 4 insertions, 4 deletions
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 = \