Add tcl/tk, so gitk and git-gui will work
[msysgit/historical-msysgit.git] / lib / tkConfig.sh
blobd1b1b98ffdf632153a54ad1621f42c2ee78b54aa
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.2 2001/10/15 21:19:16 hobbs Exp $
16 # Tk's version number.
17 TK_VERSION='8.4'
18 TK_MAJOR_VERSION='8'
19 TK_MINOR_VERSION='4'
20 TK_PATCH_LEVEL='.14'
22 # -D flags for use with the C compiler.
23 TK_DEFS=' '
25 # Flag, 1: we built a shared lib, 0 we didn't
26 TK_SHARED_BUILD=1
28 # This indicates if Tk was build with debugging symbols
29 TK_DBGX=
31 # The name of the Tk library (may be either a .a file or a shared library):
32 TK_LIB_FILE='libtk84.a'
34 # Additional libraries to use when linking Tk.
35 TK_LIBS=' -lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32'
37 # Top-level directory in which Tcl's platform-independent files are
38 # installed.
39 TK_PREFIX='/home/lilydev/vc/gub/target/mingw/gubfiles/install/tcltk-8.4.14-root/usr'
41 # Top-level directory in which Tcl's platform-specific files (e.g.
42 # executables) are installed.
43 TK_EXEC_PREFIX='/home/lilydev/vc/gub/target/mingw/gubfiles/install/tcltk-8.4.14-root/usr'
45 # -l flag to pass to the linker to pick up the Tcl library
46 TK_LIB_FLAG='-ltk84'
48 # String to pass to linker to pick up the Tk library from its
49 # build directory.
50 TK_BUILD_LIB_SPEC='-L/home/lilydev/vc/gub/target/mingw/gubfiles/build/tcltk-8.4.14/tk -ltk84'
52 # String to pass to linker to pick up the Tk library from its
53 # installed directory.
54 TK_LIB_SPEC='-L/home/lilydev/vc/gub/target/mingw/gubfiles/install/tcltk-8.4.14-root/usr/lib -ltk84'
56 # Location of the top-level source directory from which Tk was built.
57 # This is the directory that contains a README file as well as
58 # subdirectories such as generic, unix, etc. If Tk was compiled in a
59 # different place than the directory containing the source files, this
60 # points to the location of the sources, not the location where Tk was
61 # compiled.
62 TK_SRC_DIR='/home/lilydev/vc/gub/target/mingw/gubfiles/src/tcltk-8.4.14/tk'
64 # Needed if you want to make a 'fat' shared library library
65 # containing tk objects or link a different wish.
66 TK_CC_SEARCH_FLAGS=''
67 TK_LD_SEARCH_FLAGS=''
69 # The name of the Tk stub library (.a):
70 TK_STUB_LIB_FILE='libtkstub84.a'
72 # -l flag to pass to the linker to pick up the Tk stub library
73 TK_STUB_LIB_FLAG='-ltkstub84'
75 # String to pass to linker to pick up the Tk stub library from its
76 # build directory.
77 TK_BUILD_STUB_LIB_SPEC='-L/home/lilydev/vc/gub/target/mingw/gubfiles/build/tcltk-8.4.14/tk -ltkstub84'
79 # String to pass to linker to pick up the Tk stub library from its
80 # installed directory.
81 TK_STUB_LIB_SPEC='-L/home/lilydev/vc/gub/target/mingw/gubfiles/install/tcltk-8.4.14-root/usr/lib -ltkstub84'
83 # Path to the Tk stub library in the build directory.
84 TK_BUILD_STUB_LIB_PATH='/home/lilydev/vc/gub/target/mingw/gubfiles/build/tcltk-8.4.14/tk/libtkstub84.a'
86 # Path to the Tk stub library in the install directory.
87 TK_STUB_LIB_PATH='/home/lilydev/vc/gub/target/mingw/gubfiles/install/tcltk-8.4.14-root/usr/lib/libtkstub84.a'