summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-19 00:34:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-08-19 00:34:54 +0000
commitcba3909fb170032cbaecc31823f3ebce4cc4bef9 (patch)
tree92902224121e513ea0f762ed325749761352d160
parent5600304bf0324a2a2f781de396c1590eb2fb8a96 (diff)
downloadruby-cba3909fb170032cbaecc31823f3ebce4cc4bef9.tar.gz
ruby-cba3909fb170032cbaecc31823f3ebce4cc4bef9.tar.xz
ruby-cba3909fb170032cbaecc31823f3ebce4cc4bef9.zip
* 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
-rw-r--r--ChangeLog3
-rw-r--r--wince/Makefile.sub2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8099ac6b3..904953da7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Thu Aug 19 09:19:27 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* 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 <why@ruby-lang.org>
* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,
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 \