diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-01 15:52:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-08-01 15:52:03 (GMT) |
commit | 66027ff8e69fe8688f764119253a58d2d7e918e8 (patch) | |
tree | 8475ee70bb8af32a2948d255863dc544ce2fe3d6 /win/tclConfig.sh.in | |
parent | 911d6f8e5ed00bcf2bffc328aa5ff98551b989b8 (diff) | |
parent | 2e364fd375521c1d0b19b0b37949124b3bf497cd (diff) | |
download | tcl-66027ff8e69fe8688f764119253a58d2d7e918e8.zip tcl-66027ff8e69fe8688f764119253a58d2d7e918e8.tar.gz tcl-66027ff8e69fe8688f764119253a58d2d7e918e8.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/tclConfig.sh.in')
-rw-r--r-- | win/tclConfig.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index d5e1bc7..5202835 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -175,5 +175,8 @@ TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@' # Path to the Tcl stub library in the install directory. TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@' +# Name of the zlib library that extensions should use +TCL_ZLIB_LIB_NAME='@TCL_ZLIB_LIB_NAME@' + # Name of the tommath library that extensions should use TCL_TOMMATH_LIB_NAME='@TCL_TOMMATH_LIB_NAME@' |