summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/ext/tk/lib/tkextlib/itk/setup.rb
blob: e47b64adae2ca25f383037fe26a3908f4afe7a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#  setup.rb   --   setup script before calling TkPackage.require()
#
#    If you need some setup operations (for example, add a library path
#    to the library search path) before using Tcl/Tk library packages 
#    wrapped by Ruby scripts in this directory, please write the setup 
#    operations in this file.
#


# set [incr Tk] library directory

# ENV['ITK_LIBRARY'] = '/usr/local/ActiveTcl/lib/itk3.2/'