Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / lib / pngtclConfig.sh
blobd92e9bfec81319d7c9582cd3b70b6a7e01c0c45a
1 # pngtclConfig.sh --
2 #
3 # This shell script (for sh) is generated automatically by pngtcl'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 pngtcl 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 # pngtcl's version number.
15 pngtcl_VERSION='1.2.12'
16 pngtcl_MAJOR_VERSION=''
17 pngtcl_MINOR_VERSION=''
18 pngtcl_RELEASE_LEVEL=''
20 # The name of the pngtcl library (may be either a .a file or a shared library):
21 pngtcl_LIB_FILE=pngtcl1212.dll
23 # String to pass to linker to pick up the pngtcl library from its
24 # build directory.
25 pngtcl_BUILD_LIB_SPEC='-L/home/Icke/1/tkimg/trunk/libpng/tcl -lpngtcl1212'
27 # String to pass to linker to pick up the pngtcl library from its
28 # installed directory.
29 pngtcl_LIB_SPEC='-L/mingw/lib/Img1.3 -lpngtcl1212'
31 # The name of the pngtcl stub library (a .a file):
32 pngtcl_STUB_LIB_FILE=libpngtclstub1212.a
34 # String to pass to linker to pick up the pngtcl stub library from its
35 # build directory.
36 pngtcl_BUILD_STUB_LIB_SPEC='-L/home/Icke/1/tkimg/trunk/libpng/tcl -lpngtclstub1212'
38 # String to pass to linker to pick up the pngtcl stub library from its
39 # installed directory.
40 pngtcl_STUB_LIB_SPEC='-L/mingw/lib/Img1.3 -lpngtclstub1212'
42 # String to pass to linker to pick up the pngtcl stub library from its
43 # build directory.
44 pngtcl_BUILD_STUB_LIB_PATH='/home/Icke/1/tkimg/trunk/libpng/tcl/libpngtclstub1212.a'
46 # String to pass to linker to pick up the pngtcl stub library from its
47 # installed directory.
48 pngtcl_STUB_LIB_PATH='/mingw/lib/Img1.3/libpngtclstub1212.a'
50 # Location of the top-level source directories from which [incr Tcl]
51 # was built. This is the directory that contains generic, unix, etc.
52 # If [incr Tcl] was compiled in a different place than the directory
53 # containing the source files, this points to the location of the sources,
54 # not the location where [incr Tcl] was compiled.
55 pngtcl_SRC_DIR='.'