1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* cygwin/GNUmakefile: allow "B" type in defined symbols.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@4889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-11-02 08:57:34 +00:00
parent b384e81fee
commit 31d1468b35
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Nov 2 17:53:09 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* cygwin/GNUmakefile: allow "B" type in defined symbols.
Wed Oct 15 23:04:25 2003 Akinori MUSHA <knu@iDaemons.org>
* lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra arguments

View file

@ -38,4 +38,4 @@ $(WPROGRAM): $(RUBYW_INSTALL_NAME).res.@OBJEXT@
$(RUBYDEF): $(LIBRUBY_A)
echo EXPORTS > $(RUBYDEF)
@NM@ --extern-only --defined-only $(LIBRUBY_A) | \
@MINIRUBY@ -ne 'puts $$1 if / [CDT] _(.*)$$/' >> $(RUBYDEF)
@MINIRUBY@ -ne 'puts $$1 if / [BCDT] _(.*)$$/' >> $(RUBYDEF)