tdbcConfig.sh 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # tdbcConfig.sh --
  2. #
  3. # This shell script (for sh) is generated automatically by TDBC's configure
  4. # script. It will create shell variables for most of the configuration options
  5. # discovered by the configure script. This script is intended to be included
  6. # by the configure scripts for TDBC extensions so that they don't have to
  7. # figure this all out for themselves.
  8. #
  9. # The information in this file is specific to a single platform.
  10. #
  11. # RCS: @(#) $Id$
  12. # TDBC's version number
  13. tdbc_VERSION=1.1.5
  14. TDBC_VERSION=1.1.5
  15. # Name of the TDBC library - may be either a static or shared library
  16. tdbc_LIB_FILE=tdbc115t.dll
  17. TDBC_LIB_FILE=tdbc115t.dll
  18. # String to pass to the linker to pick up the TDBC library from its build dir
  19. tdbc_BUILD_LIB_SPEC="@tdbc_BUILD_LIB_SPEC@"
  20. TDBC_BUILD_LIB_SPEC="@tdbc_BUILD_LIB_SPEC@"
  21. # String to pass to the linker to pick up the TDBC library from its installed
  22. # dir.
  23. tdbc_LIB_SPEC="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbc115t.dll"
  24. TDBC_LIB_SPEC="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbc115t.dll"
  25. # Name of the TBDC stub library
  26. tdbc_STUB_LIB_FILE="tdbcstub115.lib"
  27. TDBC_STUB_LIB_FILE="tdbcstub115.lib"
  28. # String to pass to the linker to pick up the TDBC stub library from its
  29. # build directory
  30. tdbc_BUILD_STUB_LIB_SPEC="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\Release_AMD64_VC1929\tdbcstub115.lib"
  31. TDBC_BUILD_STUB_LIB_SPEC="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\Release_AMD64_VC1929\tdbcstub115.lib"
  32. # String to pass to the linker to pick up the TDBC stub library from its
  33. # installed directory
  34. tdbc_STUB_LIB_SPEC="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbcstub115.lib"
  35. TDBC_STUB_LIB_SPEC="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbcstub115.lib"
  36. # Path name of the TDBC stub library in its build directory
  37. tdbc_BUILD_STUB_LIB_PATH="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\Release_AMD64_VC1929\tdbcstub115.lib"
  38. TDBC_BUILD_STUB_LIB_PATH="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\Release_AMD64_VC1929\tdbcstub115.lib"
  39. # Path name of the TDBC stub library in its installed directory
  40. tdbc_STUB_LIB_PATH="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbcstub115.lib"
  41. TDBC_STUB_LIB_PATH="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5\tdbcstub115.lib"
  42. # Location of the top-level source directories from which TDBC was built.
  43. # This is the directory that contains doc/, generic/ and so on. If TDBC
  44. # was compiled in a directory other than the source directory, this still
  45. # points to the location of the sources, not the location where TDBC was
  46. # compiled.
  47. tdbc_SRC_DIR="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\.."
  48. TDBC_SRC_DIR="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\.."
  49. # String to pass to the compiler so that an extension can find installed TDBC
  50. # headers
  51. tdbc_INCLUDE_SPEC="-IC:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\..\include"
  52. TDBC_INCLUDE_SPEC="-IC:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\..\include"
  53. # String to pass to the compiler so that an extension can find TDBC headers
  54. # in the source directory
  55. tdbc_BUILD_INCLUDE_SPEC="-ID:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\..\generic"
  56. TDBC_BUILD_INCLUDE_SPEC="-ID:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\..\generic"
  57. # Path name where .tcl files in the tdbc package appear at run time.
  58. tdbc_LIBRARY_PATH="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5"
  59. TDBC_LIBRARY_PATH="C:/Users/ENFI/anaconda3/envs/gaussian_splatting\Library\lib\tdbc1.1.5"
  60. # Path name where .tcl files in the tdbc package appear at build time.
  61. tdbc_BUILD_LIBRARY_PATH="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\../library"
  62. TDBC_BUILD_LIBRARY_PATH="D:\bld\tk_1699201897784\work\tcl8.6.13\pkgs\tdbc1.1.5\win\../library"
  63. # Additional flags that must be passed to the C compiler to use tdbc
  64. tdbc_CFLAGS=
  65. TDBC_CFLAGS=