diff options
Diffstat (limited to 'win/tclConfig.sh.in')
| -rw-r--r-- | win/tclConfig.sh.in | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/win/tclConfig.sh.in b/win/tclConfig.sh.in index aaaee8d..00a8790 100644 --- a/win/tclConfig.sh.in +++ b/win/tclConfig.sh.in @@ -8,17 +8,8 @@ # out for themselves. # # The information in this file is specific to a single platform. -# -# RCS: @(#) $Id: tclConfig.sh.in,v 1.3 1999/07/29 19:21:32 wart Exp $ - -TCL_SRC_DIR="@TCL_SRC_DIR@" -TCL_LIB_FILE="@TCL_LIB_FILE@" TCL_DLL_FILE="@TCL_DLL_FILE@" -TCL_STUB_LIB_FILE="@TCL_STUB_LIB_FILE@" - - - # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -60,7 +51,7 @@ TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@ TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_EXPORT_FILE_SUFFIX@' # Additional libraries to use when linking Tcl. -TCL_LIBS='@DL_LIBS@ @LIBS@ @MATH_LIBS@' +TCL_LIBS='@LIBS@' # Top-level directory in which Tcl's platform-independent files are # installed. @@ -82,7 +73,7 @@ TCL_EXTRA_CFLAGS='@EXTRA_CFLAGS@' # Base command to use for combining object files into a shared library: TCL_SHLIB_LD='@SHLIB_LD@' -# Base command to use for combining object files into a shared library: +# Base command to use for combining object files into a static library: TCL_STLIB_LD='@STLIB_LD@' # Either '$LIBS' (if dependent libraries should be included when linking @@ -125,6 +116,10 @@ TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@' # installed directory. TCL_LIB_SPEC='@TCL_LIB_SPEC@' +# String to pass to the compiler so that an extension can +# find installed Tcl headers. +TCL_INCLUDE_SPEC='@TCL_INCLUDE_SPEC@' + # Indicates whether a version numbers should be used in -l switches # ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means # use switches like -ltcl75). SunOS and FreeBSD require "nodots", for @@ -179,3 +174,7 @@ 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@' + +# Flag, 1: we built Tcl with threads enabled, 0 we didn't +TCL_THREADS=@TCL_THREADS@ + |
