mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/config.status.in: set LIBRUBY_SO.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
088d04d88e
commit
9ca5b918eb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Feb 22 19:56:15 2002 Usaku Nakamura <usa@ruby-lang.org>
|
||||
|
||||
* win32/config.status.in: set LIBRUBY_SO.
|
||||
|
||||
Fri Feb 22 03:34:38 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* bignum.c (get2comp): need to specify to carry or not.
|
||||
|
|
|
@ -52,7 +52,7 @@ s%@LIBRUBY_DLDFLAGS@%%g
|
|||
s%@RUBY_INSTALL_NAME@%ruby%g
|
||||
s%@RUBY_SO_NAME@%ruby.mswin32%g
|
||||
s%@LIBRUBY_A@%lib$(RUBY_INSTALL_NAME).lib%g
|
||||
s%@LIBRUBY_SO@%%g
|
||||
s%@LIBRUBY_SO@%$(RUBY_SO_NAME).dll%g
|
||||
s%@LIBRUBY_ALIASES@%%g
|
||||
s%@LIBRUBY@%$(RUBY_SO_NAME).lib%g
|
||||
s%@LIBRUBYARG@%$(RUBY_SO_NAME).lib%g
|
||||
|
|
Loading…
Reference in a new issue