mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
14 lines
416 B
Ruby
14 lines
416 B
Ruby
![]() |
#
|
||
|
# 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 Tcl] library directory
|
||
|
|
||
|
# ENV['ITCL_LIBRARY'] = '/usr/local/ActiveTcl/lib/itcl3.2/'
|