summaryrefslogtreecommitdiffstats
path: root/Modules/FindTCL.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: make stub stuff ADVANCEDSebastien Barre2002-09-061-4/+6
|
* FIX: fix commit messup (this change was committed to the branch instead of ↵Sebastien Barre2002-08-091-2/+2
| | | | the main tree, thus was wiped-out later)
* ENH: change the search path order (if several Tcl/Tk are installed, the ↵Sebastien Barre2002-07-291-2/+2
| | | | "current" version is likely to be the one that is bound to the wish/tclsh found in the PATH)
* ENH: clean the module, add debug libsSebastien Barre2002-07-261-69/+56
|
* FIX: the stub libs were not searchedSebastien Barre2002-07-251-0/+34
|
* More places to find TCL/TK for example on DebianAndy Cedilnik2002-04-031-0/+4
|
* ENH: ADVANCED was not propagated to the new sub-modsSebastien Barre2001-12-201-2/+0
|
* default ActiveState Tcl install dir is now C:/TclSebastien Barre2001-12-191-0/+5
|
* now broken into piecesKen Martin2001-12-061-18/+2
|
* ENH: add more possible names for executables.Amitha Perera2001-12-051-2/+2
|
* Make shells also ADVANCEDSebastien Barre2001-12-041-0/+4
|
* Unix users are smarter.Berk Geveci2001-11-301-6/+7
|
* made some vars advancedKen Martin2001-11-271-0/+8
|
* TK_INTERNAL_PATH is only needed on Windows.Berk Geveci2001-11-261-11/+13
|
* 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