mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/config.status.in: RUBY_SO_NAME had been changed long long ago.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0e5fe3f741
commit
528bc22f0b
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Mar 20 20:46:36 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* win32/config.status.in: RUBY_SO_NAME had been changed long long
|
||||
ago.
|
||||
|
||||
Wed Mar 20 16:24:49 2002 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* configure.in: workaround for autoconf 2.53.
|
||||
|
|
|
@ -50,7 +50,7 @@ s%@setup@%Setup%g
|
|||
s%@LIBRUBY_LDSHARED@%%g
|
||||
s%@LIBRUBY_DLDFLAGS@%%g
|
||||
s%@RUBY_INSTALL_NAME@%ruby%g
|
||||
s%@RUBY_SO_NAME@%ruby.mswin32%g
|
||||
s%@RUBY_SO_NAME@%mswin32-ruby16%g
|
||||
s%@LIBRUBY_A@%lib$(RUBY_INSTALL_NAME).lib%g
|
||||
s%@LIBRUBY_SO@%$(RUBY_SO_NAME).dll%g
|
||||
s%@LIBRUBY_ALIASES@%%g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue