170
171
172
173
174
175
176
177
178
179
|
170
171
172
173
174
175
176
177
178
179
180
181
182
|
+
+
+
|
TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
# Path to the Tcl stub library in the build directory.
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@'
|