diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-25 17:00:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-25 17:00:03 +0000 |
| commit | 932ababe720067ad50582de8a08f221b0894d2b7 (patch) | |
| tree | 1c2479e2d1b7dd6ded09584aa17258fd9a54339e /ext/extmk.rb | |
| parent | 614db06b23f74e9359a91483010d18112e431666 (diff) | |
| download | ruby-932ababe720067ad50582de8a08f221b0894d2b7.tar.gz ruby-932ababe720067ad50582de8a08f221b0894d2b7.tar.xz ruby-932ababe720067ad50582de8a08f221b0894d2b7.zip | |
* configure.in (RUBY_EXTERN): macro to export symbols in shared
library. [ruby-core:05528]
* defines.h, {bcc32,win32,wince}/Makefile.sub (RUBY_EXTERN): moved to
configuration pass.
* ext/extmk.rb (extmake): RUBY_EXTERN for static linked extensions.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
| -rw-r--r-- | ext/extmk.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index 331ed180e..1642012db 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -129,6 +129,7 @@ def extmake(target) then ok = false init_mkmf + $defs << "-DRUBY_EXPORT" if $static Logging::logfile 'mkmf.log' rm_f makefile if File.exist?($0 = "#{$srcdir}/makefile.rb") |
