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

* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2011-06-29 14:11:19 +00:00
parent 4f4f09d009
commit d7ccf5e1cc
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Jun 29 23:09:14 2011 WATANABE Hirofumi <eban@ruby-lang.org>
* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
Wed Jun 29 22:49:10 2011 Keiju Ishitsuka <keiju@ishitsuka.com>
* lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].

View file

@ -2021,6 +2021,9 @@ if (TkLib_Config["tcltk-framework"] ||
$defs << %[-DRUBY_VERSION=\\"#{RUBY_VERSION}\\"]
$defs << %[-DRUBY_RELEASE_DATE=\\"#{RUBY_RELEASE_DATE}\\"]
# remove harmful definitions.
$defs.delete_if{|x|/^-Du?intptr_t=/ =~ x}
create_makefile("tcltklib")
puts "\nFind Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk."