mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-07-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6ad90f5ad4
commit
ede506ef40
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 3 16:47:22 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* cygwin/GNUmakefile: librubys.a -> lib$(RUBY_INSTALL_NAME)s.a
|
||||
|
||||
Mon Jul 3 13:15:02 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||
|
||||
* numeric.c (fix_divmod): x * d + m = y where d, m = x.divmod(y).
|
||||
|
|
|
@ -8,7 +8,7 @@ ifneq (,$(findstring no, $(ENABLE_SHARED)))
|
|||
DLLNAME = ruby.exe
|
||||
RUBYEXP = --output-exp=ruby.exp
|
||||
MAINOBJ := ruby.exp $(MAINOBJ)
|
||||
LIBRUBYARG := librubys.a
|
||||
LIBRUBYARG := lib$(RUBY_INSTALL_NAME)s.a
|
||||
else
|
||||
ifneq (,$(findstring mingw, $(ARCH)))
|
||||
DLL = rubymg.dll
|
||||
|
|
Loading…
Reference in a new issue