Itk - the [incr Tk] extension

Check-in [d40921fe23]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Stop using obsolete [source -rsrc].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d40921fe23e4273cff733bd8dee088d4bd7b3736c4622fc56fa2f428bf1705d6
User & Date: stu 2018-06-13 19:12:38.303
Context
2018-06-14
12:44
Remove Mac OS 9 support. check-in: bcd4e565ae user: dgp tags: trunk
2018-06-13
19:12
Stop using obsolete [source -rsrc]. check-in: d40921fe23 user: stu tags: trunk
2017-07-28
17:04
Repurpose the trunk for ongoing development of Itk 4.1.*. check-in: fc469d3c3b user: dgp tags: itk-4-1-0, trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to generic/itkBase.c.
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
        global env tcl_library\n\
        variable library\n\
        variable patchLevel\n\
        rename _find_init {}\n\
        if {[info exists library]} {\n\
            lappend dirs $library\n\
        } else {\n\
            if {[catch {uplevel #0 source -rsrc itk}] == 0} {\n\
                return\n\
            }\n\
            set dirs {}\n\
            if {[info exists env(ITK_LIBRARY)]} {\n\
                lappend dirs $env(ITK_LIBRARY)\n\
            }\n\
            lappend dirs [file join [file dirname $tcl_library] itk$patchLevel]\n\
            set bindir [file dirname [info nameofexecutable]]\n\
            lappend dirs [file join $bindir .. lib itk$patchLevel]\n\







<
<
<







55
56
57
58
59
60
61



62
63
64
65
66
67
68
        global env tcl_library\n\
        variable library\n\
        variable patchLevel\n\
        rename _find_init {}\n\
        if {[info exists library]} {\n\
            lappend dirs $library\n\
        } else {\n\



            set dirs {}\n\
            if {[info exists env(ITK_LIBRARY)]} {\n\
                lappend dirs $env(ITK_LIBRARY)\n\
            }\n\
            lappend dirs [file join [file dirname $tcl_library] itk$patchLevel]\n\
            set bindir [file dirname [info nameofexecutable]]\n\
            lappend dirs [file join $bindir .. lib itk$patchLevel]\n\