mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
66b6366e1c
commit
4c57b2b499
2 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue