diff --git a/ChangeLog b/ChangeLog index 8099ac6b37..904953da7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ Thu Aug 19 09:19:27 2004 NAKAMURA Usaku * configure.in, win32/Makefile.sub (LIBS): need to link shell32 library for SH* functions on mswin32 and mingw32. + * wince/Makefile.sub (LIBS): need to link ceshell library for SH* + functions on mswince. + Thu Aug 19 03:07:00 2004 why the lucky stiff * lib/yaml/baseemitter.rb: folding now handles double-quoted strings, diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 90f4224ddd..3ba9e80857 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 \