From d730fb4d646ac74ee6bbd227411329090fb3206c Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 23 May 2002 20:33:53 +0000 Subject: Multibyte and wide char conversion functions. Some work still to do, but they're quite solid now and Erik needs them for the gcc port. Comments at the head of wchar.c. --- libc/stdlib/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libc/stdlib/Makefile') diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile index 64ae75d18..e69ec4ea8 100644 --- a/libc/stdlib/Makefile +++ b/libc/stdlib/Makefile @@ -35,6 +35,12 @@ ifeq ($(HAS_LONG_LONG),true) MOBJ += llabs.o atoll.o strtoll.o strtoull.o _stdlib_strto_ll.o endif +ifeq ($(HAS_WCHAR),true) + MOBJ += mblen.o mbtowc.o wctomb.o mbstowcs.o wcstombs.o \ + _stdlib_mb_cur_max.o +endif + + MSRC2=atexit.c MOBJ2=atexit.o on_exit.o __exit_handler.o exit.o -- cgit v1.2.3