From cba3909fb170032cbaecc31823f3ebce4cc4bef9 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 19 Aug 2004 00:34:54 +0000 Subject: * wince/Makefile.sub (LIBS): need to link ceshell library for SH* functions on mswince. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wince') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 90f4224dd..3ba9e8085 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -125,7 +125,7 @@ RFLAGS = -r !if !defined(EXTLIBS) EXTLIBS = !endif -LIBS = coredll.lib winsock.lib $(EXTLIBS) +LIBS = coredll.lib ceshell.lib winsock.lib $(EXTLIBS) MISSING = acosh.obj crypt.obj dup2.obj erf.obj hypot.obj \ isinf.obj isnan.obj strftime.obj win32.obj \ assert.obj direct.obj errno.obj io_wce.obj process_wce.obj \ -- cgit