Fix imported build of Tcl/Tk 8.6.11 (previous version was actually 8.6.10)
This commit is contained in:
@@ -15,21 +15,21 @@ TCL_DLL_FILE="tcl86t.dll"
|
||||
TCL_VERSION='8.6'
|
||||
TCL_MAJOR_VERSION='8'
|
||||
TCL_MINOR_VERSION='6'
|
||||
TCL_PATCH_LEVEL='8.6.10'
|
||||
TCL_PATCH_LEVEL='8.6.11'
|
||||
|
||||
# C compiler to use for compilation.
|
||||
TCL_CC='cl'
|
||||
|
||||
# -D flags for use with the C compiler.
|
||||
TCL_DEFS='-nologo -c /D_ATL_XP_TARGETING -W3 -wd4311 -wd4312 -FpC:\A\32\b\tcl-core-8.6.10.0\win\Release_VC13\tcl_ThreadedDynamic\ -fp:strict -O2 -GS -GL -MD -I"C:\A\32\b\tcl-core-8.6.10.0\win\..\win" -I"C:\A\32\b\tcl-core-8.6.10.0\win\..\generic" -I"C:\A\32\b\tcl-core-8.6.10.0\win\..\libtommath" /DTCL_TOMMATH /DMP_PREC=4 /Dinline=__inline /DHAVE_ZLIB=1 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DMP_FIXED_CUTOFFS /DMP_NO_STDINT /DTCL_CFGVAL_ENCODING=\"cp1252\" /DSTDC_HEADERS /DTCL_THREADS=1 /DUSE_THREAD_ALLOC=1 /DNDEBUG /DTCL_CFG_OPTIMIZED /DBUILD_tcl'
|
||||
TCL_DEFS='-nologo -c /D_ATL_XP_TARGETING -W3 -wd4311 -wd4312 -FpD:\_w\1\b\tcl-core-8.6.11.0\win\Release_VC13\tcl_ThreadedDynamic\ -fp:strict -O2 -GS -GL -MD -I"D:\_w\1\b\tcl-core-8.6.11.0\win\..\win" -I"D:\_w\1\b\tcl-core-8.6.11.0\win\..\generic" -I"D:\_w\1\b\tcl-core-8.6.11.0\win\..\libtommath" /DTCL_TOMMATH /DMP_PREC=4 /Dinline=__inline /DHAVE_ZLIB=1 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DMP_FIXED_CUTOFFS /DSTDC_HEADERS /DHAVE_STDINT_H=1 /DHAVE_INTTYPES_H=1 /DHAVE_STDBOOL_H=1 /DTCL_THREADS=1 /DUSE_THREAD_ALLOC=1 /DNDEBUG /DTCL_CFG_OPTIMIZED /DBUILD_tcl'
|
||||
|
||||
# If TCL was built with debugging symbols, generated libraries contain
|
||||
# this string at the end of the library name (before the extension).
|
||||
TCL_DBGX=t
|
||||
|
||||
# Default flags used in an optimized and debuggable build, respectively.
|
||||
TCL_CFLAGS_DEBUG='-nologo -c -W3 -YX -FpC:\A\32\b\tcl-core-8.6.10.0\win\Release_VC13\tcl_ThreadedDynamic\ -MDd'
|
||||
TCL_CFLAGS_OPTIMIZE='-nologo -c -W3 -YX -FpC:\A\32\b\tcl-core-8.6.10.0\win\Release_VC13\tcl_ThreadedDynamic\ -MD'
|
||||
TCL_CFLAGS_DEBUG='-nologo -c -W3 -YX -FpD:\_w\1\b\tcl-core-8.6.11.0\win\Release_VC13\tcl_ThreadedDynamic\ -MDd'
|
||||
TCL_CFLAGS_OPTIMIZE='-nologo -c -W3 -YX -FpD:\_w\1\b\tcl-core-8.6.11.0\win\Release_VC13\tcl_ThreadedDynamic\ -MD'
|
||||
|
||||
# Default linker flags used in an optimized and debuggable build, respectively.
|
||||
TCL_LDFLAGS_DEBUG='-nologo -machine:IX86 -debug -debugtype:cv'
|
||||
@@ -55,11 +55,11 @@ TCL_LIBS='kernel32.lib advapi32.lib netapi32.lib user32.lib userenv.lib ws2_32.l
|
||||
|
||||
# Top-level directory in which Tcl's platform-independent files are
|
||||
# installed.
|
||||
TCL_PREFIX='C:\A\32\b\tcltk-8.6.10.0\win32'
|
||||
TCL_PREFIX='D:\_w\1\b\tcltk-8.6.11.0\win32'
|
||||
|
||||
# Top-level directory in which Tcl's platform-specific files (e.g.
|
||||
# executables) are installed.
|
||||
TCL_EXEC_PREFIX='C:\A\32\b\tcltk-8.6.10.0\win32\bin'
|
||||
TCL_EXEC_PREFIX='D:\_w\1\b\tcltk-8.6.11.0\win32\bin'
|
||||
|
||||
# Flags to pass to cc when compiling the components of a shared library:
|
||||
TCL_SHLIB_CFLAGS=''
|
||||
@@ -115,11 +115,11 @@ TCL_BUILD_LIB_SPEC=''
|
||||
|
||||
# String to pass to linker to pick up the Tcl library from its
|
||||
# installed directory.
|
||||
TCL_LIB_SPEC='C:\A\32\b\tcltk-8.6.10.0\win32\lib\tcl86t.lib'
|
||||
TCL_LIB_SPEC='D:\_w\1\b\tcltk-8.6.11.0\win32\lib\tcl86t.lib'
|
||||
|
||||
# String to pass to the compiler so that an extension can
|
||||
# find installed Tcl headers.
|
||||
TCL_INCLUDE_SPEC='-IC:\A\32\b\tcltk-8.6.10.0\win32\include'
|
||||
TCL_INCLUDE_SPEC='-ID:\_w\1\b\tcltk-8.6.11.0\win32\include'
|
||||
|
||||
# Indicates whether a version numbers should be used in -l switches
|
||||
# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
|
||||
@@ -146,7 +146,7 @@ TCL_UNSHARED_LIB_SUFFIX='86t.lib'
|
||||
# different place than the directory containing the source files, this
|
||||
# points to the location of the sources, not the location where Tcl was
|
||||
# compiled.
|
||||
TCL_SRC_DIR='C:\A\32\b\tcl-core-8.6.10.0\win\..'
|
||||
TCL_SRC_DIR='D:\_w\1\b\tcl-core-8.6.11.0\win\..'
|
||||
|
||||
# List of standard directories in which to look for packages during
|
||||
# "package require" commands. Contains the "prefix" directory plus also
|
||||
@@ -164,17 +164,17 @@ TCL_STUB_LIB_FLAG='tclstub86.lib'
|
||||
|
||||
# String to pass to linker to pick up the Tcl stub library from its
|
||||
# build directory.
|
||||
TCL_BUILD_STUB_LIB_SPEC='-LC:\A\32\b\tcl-core-8.6.10.0\win\Release_VC13 tclstub86.lib'
|
||||
TCL_BUILD_STUB_LIB_SPEC='-LD:\_w\1\b\tcl-core-8.6.11.0\win\Release_VC13 tclstub86.lib'
|
||||
|
||||
# String to pass to linker to pick up the Tcl stub library from its
|
||||
# installed directory.
|
||||
TCL_STUB_LIB_SPEC='-LC:\A\32\b\tcltk-8.6.10.0\win32\lib tclstub86.lib'
|
||||
TCL_STUB_LIB_SPEC='-LD:\_w\1\b\tcltk-8.6.11.0\win32\lib tclstub86.lib'
|
||||
|
||||
# Path to the Tcl stub library in the build directory.
|
||||
TCL_BUILD_STUB_LIB_PATH='C:\A\32\b\tcl-core-8.6.10.0\win\Release_VC13\tclstub86.lib'
|
||||
TCL_BUILD_STUB_LIB_PATH='D:\_w\1\b\tcl-core-8.6.11.0\win\Release_VC13\tclstub86.lib'
|
||||
|
||||
# Path to the Tcl stub library in the install directory.
|
||||
TCL_STUB_LIB_PATH='C:\A\32\b\tcltk-8.6.10.0\win32\lib\tclstub86.lib'
|
||||
TCL_STUB_LIB_PATH='D:\_w\1\b\tcltk-8.6.11.0\win32\lib\tclstub86.lib'
|
||||
|
||||
# Flag, 1: we built Tcl with threads enabled, 0 we didn't
|
||||
TCL_THREADS=1
|
||||
|
||||
Reference in New Issue
Block a user