Differences From Artifact [04319d0f9f]:
- File win/tclConfig.sh.in — part of check-in [14eee2fd50] at 2017-04-20 14:07:30 on branch core-8-6-branch — Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it should just be empty: TEA extensions might depend on it. (user: jan.nijtmans size: 6524) [more...]
To Artifact [4fd0dcf658]:
- File win/tclConfig.sh.in — part of check-in [ad91302b1e] at 2023-08-01 15:27:33 on branch core-8-6-branch — Add TCL_ZLIB_LIB_NAME to tclConfig.sh (for Windows) (user: jan.nijtmans size: 6618)
| ︙ | ︙ | |||
175 176 177 178 179 180 181 | # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' # Flag, 1: we built Tcl with threads enabled, 0 we didn't TCL_THREADS=@TCL_THREADS@ | > > | 175 176 177 178 179 180 181 182 183 | # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' # Flag, 1: we built Tcl with threads enabled, 0 we didn't TCL_THREADS=@TCL_THREADS@ # Name of the zlib library that extensions should use TCL_ZLIB_LIB_NAME='@TCL_ZLIB_LIB_NAME@' |