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

* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.

* ext/tk/tkutil/extconf.rb: need to compile tkutil. [ruby-dev:25607]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-02-09 01:03:41 +00:00
parent 3d7177422d
commit b0a71179ea
4 changed files with 10 additions and 45 deletions

4
ext/tk/tkutil/extconf.rb Normal file
View file

@ -0,0 +1,4 @@
if compiled?('tk')
require 'mkmf'
create_makefile('tkutil')
end