home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / lib / tkConfig.sh < prev    next >
Encoding:
Text File  |  2001-10-22  |  2.8 KB  |  88 lines

  1. # tkConfig.sh --
  2. # This shell script (for sh) is generated automatically by Tk's
  3. # configure script.  It will create shell variables for most of
  4. # the configuration options discovered by the configure script.
  5. # This script is intended to be included by the configure scripts
  6. # for Tk extensions so that they don't have to figure this all
  7. # out for themselves.  This file does not duplicate information
  8. # already provided by tclConfig.sh, so you may need to use that
  9. # file in addition to this one.
  10. #
  11. # The information in this file is specific to a single platform.
  12. #
  13. # RCS: @(#) $Id: tkConfig.sh.in,v 1.1.10.4 2001/10/15 21:24:42 hobbs Exp $
  14.  
  15. # Tk's version number.
  16. TK_VERSION='8.3'
  17. TK_MAJOR_VERSION='8'
  18. TK_MINOR_VERSION='3'
  19. TK_PATCH_LEVEL='.4'
  20.  
  21. # -D flags for use with the C compiler.
  22. TK_DEFS=' '
  23.  
  24. # Flag, 1: we built a shared lib, 0 we didn't
  25. TK_SHARED_BUILD=1
  26.  
  27. # This indicates if Tk was build with debugging symbols
  28. TK_DBGX=
  29.  
  30. # The name of the Tk library (may be either a .a file or a shared library):
  31. TK_LIB_FILE='tk83.lib'
  32.  
  33. # Additional libraries to use when linking Tk.
  34. TK_LIBS='user32.lib advapi32.lib gdi32.lib comdlg32.lib imm32.lib'
  35.  
  36. # Top-level directory in which Tcl's platform-independent files are
  37. # installed.
  38. TK_PREFIX='k:/activetcl/8341_nb/src/out'
  39.  
  40. # Top-level directory in which Tcl's platform-specific files (e.g.
  41. # executables) are installed.
  42. TK_EXEC_PREFIX='k:/activetcl/8341_nb/src/out/win32-ix86'
  43.  
  44. # -l flag to pass to the linker to pick up the Tcl library
  45. TK_LIB_FLAG=''
  46.  
  47. # String to pass to linker to pick up the Tk library from its
  48. # build directory.
  49. TK_BUILD_LIB_SPEC=''
  50.  
  51. # String to pass to linker to pick up the Tk library from its
  52. # installed directory.
  53. TK_LIB_SPEC=''
  54.  
  55. # Location of the top-level source directory from which Tk was built.
  56. # This is the directory that contains a README file as well as
  57. # subdirectories such as generic, unix, etc.  If Tk was compiled in a
  58. # different place than the directory containing the source files, this
  59. # points to the location of the sources, not the location where Tk was
  60. # compiled.
  61. TK_SRC_DIR='/cygdrive/k/activetcl/8341_nb/src/tk8.3'
  62.  
  63. # Needed if you want to make a 'fat' shared library library
  64. # containing tk objects or link a different wish.
  65. TK_CC_SEARCH_FLAGS=''
  66. TK_LD_SEARCH_FLAGS=''
  67.  
  68. # The name of the Tk stub library (.a):
  69. TK_STUB_LIB_FILE='tkstub83.lib'
  70.  
  71. # -l flag to pass to the linker to pick up the Tk stub library
  72. TK_STUB_LIB_FLAG='-ltkstub83'
  73.  
  74. # String to pass to linker to pick up the Tk stub library from its
  75. # build directory.
  76. TK_BUILD_STUB_LIB_SPEC='-L/cygdrive/k/activetcl/8341_nb/src/tk8.3/win/win32-ix86 -ltkstub83'
  77.  
  78. # String to pass to linker to pick up the Tk stub library from its
  79. # installed directory.
  80. TK_STUB_LIB_SPEC=''
  81.  
  82. # Path to the Tk stub library in the build directory.
  83. TK_BUILD_STUB_LIB_PATH=''
  84.  
  85. # Path to the Tk stub library in the install directory.
  86. TK_STUB_LIB_PATH=''
  87.