Differences From Artifact [6afce97068]:
- File plugins/pdf.tcl — part of check-in [6b850237be] at 2016-07-29 19:56:29 on branch trunk — Include plugin command line options in command line help. Partially dump plugin with -help. (user: peter size: 1910) [more...]
To Artifact [bdb920de43]:
- File plugins/pdf.tcl — part of check-in [f02d0c04f1] at 2019-11-10 17:28:42 on branch trunk — Cleanup (user: peter size: 1912)
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + | if {[file exists $cand.exe]} { set cand $cand.exe set found 1 break } } |
︙ |