diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 00:34:54 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-19 00:34:54 +0000 |
commit | 4c57b2b49905d652fb500249c34303d8c0571155 (patch) | |
tree | 92902224121e513ea0f762ed325749761352d160 /wince | |
parent | 66b6366e1c60aaa58d2d9aa4eba22ad0e77cd832 (diff) | |
download | ruby-4c57b2b49905d652fb500249c34303d8c0571155.tar.gz |
* wince/Makefile.sub (LIBS): need to link ceshell library for SH*
functions on mswince.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |