/share/tcltk: add private .gitignore
[msysgit.git] / mingw / lib / zlibtclConfig.sh
blob07262788e9466fa1b876d833219e5267e9e78e9b
1 # zlibtclConfig.sh --
2 #
3 # This shell script (for sh) is generated automatically by zlibtcl'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 zlibtcl 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 # zlibtcl's version number.
15 zlibtcl_VERSION='1.2.3'
16 zlibtcl_MAJOR_VERSION=''
17 zlibtcl_MINOR_VERSION=''
18 zlibtcl_RELEASE_LEVEL=''
20 # The name of the zlibtcl library (may be either a .a file or a shared library):
21 zlibtcl_LIB_FILE=zlibtcl123.dll
23 # String to pass to linker to pick up the zlibtcl library from its
24 # build directory.
25 zlibtcl_BUILD_LIB_SPEC='-L/home/Icke/1/tkimg/trunk/libz/tcl -lzlibtcl123'
27 # String to pass to linker to pick up the zlibtcl library from its
28 # installed directory.
29 zlibtcl_LIB_SPEC='-L/mingw/lib/Img1.3 -lzlibtcl123'
31 # The name of the zlibtcl stub library (a .a file):
32 zlibtcl_STUB_LIB_FILE=libzlibtclstub123.a
34 # String to pass to linker to pick up the zlibtcl stub library from its
35 # build directory.
36 zlibtcl_BUILD_STUB_LIB_SPEC='-L/home/Icke/1/tkimg/trunk/libz/tcl -lzlibtclstub123'
38 # String to pass to linker to pick up the zlibtcl stub library from its
39 # installed directory.
40 zlibtcl_STUB_LIB_SPEC='-L/mingw/lib/Img1.3 -lzlibtclstub123'
42 # String to pass to linker to pick up the zlibtcl stub library from its
43 # build directory.
44 zlibtcl_BUILD_STUB_LIB_PATH='/home/Icke/1/tkimg/trunk/libz/tcl/libzlibtclstub123.a'
46 # String to pass to linker to pick up the zlibtcl stub library from its
47 # installed directory.
48 zlibtcl_STUB_LIB_PATH='/mingw/lib/Img1.3/libzlibtclstub123.a'
50 # Location of the top-level source directories from which zlibtcl
51 # was built. This is the directory that contains generic, unix, etc.
52 # If zlibtcl was compiled in a different place than the directory
53 # containing the source files, this points to the location of the
54 # sources, not the location where zlibtcl was compiled. This can
55 # be relative to the build directory.
57 zlibtcl_SRC_DIR='.'