summaryrefslogtreecommitdiffstats
path: root/win/tclConfig.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Define TCL_INCLUDE_SPEC in tclConfig.sh. It should bemdejong2001-11-081-1/+5
| | | | | | | | | | | | | | | | included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. FossilOrigin-Name: 1b2b73902f1a53a36f83ede63accec07a820a47b
* * unix/configure: Regen.mdejong2001-04-251-1/+5
| | | | | | | | | | * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable. FossilOrigin-Name: 6fb90b112f99ca08577955902972b9604a58d6bf
* * win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specifichobbs2000-09-281-2/+2
| | | | | | autoconf variables. FossilOrigin-Name: 96394f0855029d672b8230c3e03629afc1dc33ff
* Fix definition of TCL_SRC_DIR in mingw/vc++ configure so that it matches the ↵mo2000-07-071-8/+1
| | | | | unix verison FossilOrigin-Name: 41152ea860c218eafcbff3e4006008dc25e19a47
* Applied patch from [Bug: 5921]ericm2000-06-201-2/+2
| | | FossilOrigin-Name: beffb3997a597af9ec54c8d25848194945cb34c6
* Added lines so that extensions can set up static linker (ar vs. lib) andwart1999-07-291-1/+7
| | | | | | C compiler warning flags easily. FossilOrigin-Name: 8ccef65e92647c33a871988aa3d66f222a5dd507
* Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions canwart1999-07-281-1/+5
| | | | | | get these values in the same way they get the debug and optimize CFLAGS. FossilOrigin-Name: 0d5ddcfb912766c5815cda3c634f06b355b3acde
* added tclConfig.sh.in for Windowssurles1999-06-161-0/+171
FossilOrigin-Name: e5da250aa2d8b3c3869e558438a84934c385c578