OSDN Git Service

12867e8f9cddd51f111a31c2f2e1363f3b183d54
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / ext / tk / lib / tkextlib / setup.rb
1 #
2 #  setup.rb   --   setup script before using Tk extension libraries
3 #
4 #    If you need some setup operations for Tk extensions (for example, 
5 #    modify the dynamic library path) required, please write the setup 
6 #    operations in this file. This file is required at the last of 
7 #    "require 'tk'". 
8 #