tkConfig.sh 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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.
  11. #
  12. # The information in this file is specific to a single platform.
  13. TK_DLL_FILE="tk86.dll"
  14. # Tk's version number.
  15. TK_VERSION='8.6'
  16. TK_MAJOR_VERSION='8'
  17. TK_MINOR_VERSION='6'
  18. TK_PATCH_LEVEL='.12'
  19. # -D flags for use with the C compiler.
  20. TK_DEFS='-DPACKAGE_NAME=\"tk\" -DPACKAGE_TARNAME=\"tk\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tk\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -DMODULE_SCOPE=extern -DTCL_CFG_DO64BIT=1 -DHAVE_NO_SEH=1 -DHAVE_CAST_TO_UNION=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_UXTHEME_H=1 -DHAVE_VSSYM32_H=1 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1'
  21. # Flag, 1: we built a shared lib, 0 we didn't
  22. TK_SHARED_BUILD=1
  23. # This indicates if Tk was build with debugging symbols
  24. TK_DBGX=
  25. # The name of the Tk library (may be either a .a file or a shared library):
  26. TK_LIB_FILE='libtk86.dll.a'
  27. # Additional libraries to use when linking Tk.
  28. TK_LIBS='-lnetapi32 -lkernel32 -luser32 -ladvapi32 -luserenv -lws2_32 -lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -luuid -lole32 -loleaut32'
  29. # Top-level directory in which Tcl's platform-independent files are
  30. # installed.
  31. TK_PREFIX='/mingw64'
  32. # Top-level directory in which Tcl's platform-specific files (e.g.
  33. # executables) are installed.
  34. TK_EXEC_PREFIX='/mingw64'
  35. # -l flag to pass to the linker to pick up the Tcl library
  36. TK_LIB_FLAG='-ltk86'
  37. # String to pass to linker to pick up the Tk library from its
  38. # build directory.
  39. TK_BUILD_LIB_SPEC='-Wl,/mingw64/lib/libtk86.dll.a'
  40. # String to pass to linker to pick up the Tk library from its
  41. # installed directory.
  42. TK_LIB_SPEC='-L/mingw64/lib -ltk86'
  43. # Location of the top-level source directory from which Tk was built.
  44. # This is the directory that contains a README file as well as
  45. # subdirectories such as generic, unix, etc. If Tk was compiled in a
  46. # different place than the directory containing the source files, this
  47. # points to the location of the sources, not the location where Tk was
  48. # compiled.
  49. TK_SRC_DIR='/mingw64/include/tk8.6/tk-private'
  50. # Needed if you want to make a 'fat' shared library library
  51. # containing tk objects or link a different wish.
  52. TK_CC_SEARCH_FLAGS=''
  53. TK_LD_SEARCH_FLAGS=''
  54. # The name of the Tk stub library (.a):
  55. TK_STUB_LIB_FILE='libtkstub86.a'
  56. # -l flag to pass to the linker to pick up the Tk stub library
  57. TK_STUB_LIB_FLAG='-ltkstub86'
  58. # String to pass to linker to pick up the Tk stub library from its
  59. # build directory.
  60. TK_BUILD_STUB_LIB_SPEC='-Wl,/mingw64/lib/libtkstub86.a'
  61. # String to pass to linker to pick up the Tk stub library from its
  62. # installed directory.
  63. TK_STUB_LIB_SPEC='-L/mingw64/lib -ltkstub86'
  64. # Path to the Tk stub library in the build directory.
  65. TK_BUILD_STUB_LIB_PATH='/mingw64/lib/libtkstub86.a'
  66. # Path to the Tk stub library in the install directory.
  67. TK_STUB_LIB_PATH='/mingw64/lib/libtkstub86.a'
  68. # String to pass to the compiler so that an extension can
  69. # find installed Tcl headers.
  70. TK_INCLUDE_SPEC='-I/mingw64/include/tk8.6'