* win32/mkexports.rb: support VC++.NET.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
409f3a3b6b
commit
2244b5fabf
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 26 14:04:47 2002 okabe katsuyuki <HGC02147@nifty.ne.jp>
|
||||||
|
|
||||||
|
* win32/mkexports.rb: support VC++.NET.
|
||||||
|
|
||||||
Tue Mar 26 14:00:17 2002 Akinori MUSHA <knu@iDaemons.org>
|
Tue Mar 26 14:00:17 2002 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* ext/bigfloat/bigfloat.c: Fix the initializer's function name
|
* ext/bigfloat/bigfloat.c: Fix the initializer's function name
|
||||||
|
@ -7,7 +7,7 @@ IO.foreach("|dumpbin -symbols " + objs.join(' ')) do |l|
|
|||||||
next if /^[0-9A-F]+ 0+ UNDEF / =~ l
|
next if /^[0-9A-F]+ 0+ UNDEF / =~ l
|
||||||
next unless l.sub!(/.*\sExternal\s+\|\s+/, '')
|
next unless l.sub!(/.*\sExternal\s+\|\s+/, '')
|
||||||
if l.sub!(/^_/, '')
|
if l.sub!(/^_/, '')
|
||||||
next if /@.*@/ =~ l
|
next if /@.*@/ =~ l || /@[0-9a-f]{16}$/ =~ l
|
||||||
elsif !l.sub!(/^(\S+) \([^@?]*\)$/, '\1')
|
elsif !l.sub!(/^(\S+) \([^@?]*\)$/, '\1')
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user