summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* move cygtclsh80 to the end of list, otherwise it might be found while the ↵Sebastien Barre2001-09-141-1/+1
| | | | non-cygwin wish8x.exe will be found too. If wish8x.exe is found, then the non-cygwin tclsh8x.exe must be found too.
* ENH: support for cygwinBill Hoffman2001-08-281-1/+12
|
* ENH: Added tk library names tk8.4 tk8.3 tk8.2 and tk8.0 to correspond to ↵Brad King2001-08-011-1/+1
| | | | tk84 tk83 tk82 and tk80. TK_LIBRARY should now be found on more platforms.
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ↵Brad King2001-07-171-20/+20
| | | | arguments. This allows double quotes to be used in arguments.
* ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 ↵Brad King2001-06-111-1/+1
| | | | when finding the TCL_LIBRARY.
* Try to find tclsh or wish and use that path to find the include or lib ↵Sebastien Barre2001-05-251-0/+35
| | | | directory. TK_INTERNAL_PATH is searched too (path to tkWinInt.h)
* Changed separator between registry key and its value.Sebastien Barre2001-05-141-16/+16
|
* Add 8.4 and registry supportSebastien Barre2001-05-111-8/+39
|
* ENH: add 8.3 supportSebastien Barre2001-05-091-2/+2
|
* ENH: change find library and find program to look for more than one nameBill Hoffman2001-05-091-46/+8
|
* finds tk as wellKen Martin2001-05-021-1/+27
|
* first moduleKen Martin2001-05-011-0/+35