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: |
d40921fe23e4273cff733bd8dee088d4 |
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
Changes to generic/itkBase.c.
︙ | ︙ | |||
55 56 57 58 59 60 61 | 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\ | < < < | 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\ |
︙ | ︙ |