Update tk to version 8.5.9
[msysgit.git] / mingw / lib / tkConfig.sh
blob3c16a47a1bd7b68d27673e889c4198a77b17cafc
1 # tkConfig.sh --
2 #
3 # This shell script (for sh) is generated automatically by Tk's
4 # configure script. It will create shell variables for most of
5 # the configuration options discovered by the configure script.
6 # This script is intended to be included by the configure scripts
7 # for Tk extensions so that they don't have to figure this all
8 # out for themselves. This file does not duplicate information
9 # already provided by tclConfig.sh, so you may need to use that
10 # file in addition to this one.
12 # The information in this file is specific to a single platform.
14 # RCS: @(#) $Id: tkConfig.sh.in,v 1.3 2003/03/19 03:21:22 mdejong Exp $
16 TK_DLL_FILE="tk85.dll"
18 # Tk's version number.
19 TK_VERSION='8.5'
20 TK_MAJOR_VERSION='8'
21 TK_MINOR_VERSION='5'
22 TK_PATCH_LEVEL='.9'
24 # -D flags for use with the C compiler.
25 TK_DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -Dinline=__inline -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_UXTHEME_H=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 '
27 # Flag, 1: we built a shared lib, 0 we didn't
28 TK_SHARED_BUILD=1
30 # This indicates if Tk was build with debugging symbols
31 TK_DBGX=
33 # The name of the Tk library (may be either a .a file or a shared library):
34 TK_LIB_FILE='tk85.lib'
36 # Additional libraries to use when linking Tk.
37 TK_LIBS='user32.lib advapi32.lib ws2_32.lib gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib uuid.lib'
39 # Top-level directory in which Tcl's platform-independent files are
40 # installed.
41 TK_PREFIX='/mingw'
43 # Top-level directory in which Tcl's platform-specific files (e.g.
44 # executables) are installed.
45 TK_EXEC_PREFIX='/mingw'
47 # -l flag to pass to the linker to pick up the Tcl library
48 TK_LIB_FLAG='-ltk85'
50 # String to pass to linker to pick up the Tk library from its
51 # build directory.
52 TK_BUILD_LIB_SPEC='-L/src/tcltk/tk8.5.9/win -ltk85'
54 # String to pass to linker to pick up the Tk library from its
55 # installed directory.
56 TK_LIB_SPEC='-L/mingw/lib -ltk85'
58 # Location of the top-level source directory from which Tk was built.
59 # This is the directory that contains a README file as well as
60 # subdirectories such as generic, unix, etc. If Tk was compiled in a
61 # different place than the directory containing the source files, this
62 # points to the location of the sources, not the location where Tk was
63 # compiled.
64 TK_SRC_DIR='/src/tcltk/tk8.5.9'
66 # Needed if you want to make a 'fat' shared library library
67 # containing tk objects or link a different wish.
68 TK_CC_SEARCH_FLAGS=''
69 TK_LD_SEARCH_FLAGS=''
71 # The name of the Tk stub library (.a):
72 TK_STUB_LIB_FILE='tkstub85.lib'
74 # -l flag to pass to the linker to pick up the Tk stub library
75 TK_STUB_LIB_FLAG='-ltkstub85'
77 # String to pass to linker to pick up the Tk stub library from its
78 # build directory.
79 TK_BUILD_STUB_LIB_SPEC='-L/src/tcltk/tk8.5.9/win -ltkstub85'
81 # String to pass to linker to pick up the Tk stub library from its
82 # installed directory.
83 TK_STUB_LIB_SPEC='-L/mingw/lib -ltkstub85'
85 # Path to the Tk stub library in the build directory.
86 TK_BUILD_STUB_LIB_PATH='/src/tcltk/tk8.5.9/win/tkstub85.lib'
88 # Path to the Tk stub library in the install directory.
89 TK_STUB_LIB_PATH='/mingw/lib/tkstub85.lib'