clean up packages

This commit is contained in:
ton
2023-04-02 11:10:39 +07:00
parent 3220a173bc
commit 43c3070fce
3184 changed files with 2806 additions and 61772 deletions

View File

@@ -55,11 +55,11 @@ TCL_LIBS='kernel32.lib advapi32.lib netapi32.lib user32.lib userenv.lib ws2_32.l
# Top-level directory in which Tcl's platform-independent files are
# installed.
TCL_PREFIX='C:/ttt/ImageUtils/.CondaPkg/env\Library'
TCL_PREFIX='C:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library'
# Top-level directory in which Tcl's platform-specific files (e.g.
# executables) are installed.
TCL_EXEC_PREFIX='C:/ttt/ImageUtils/.CondaPkg/env\Library\bin'
TCL_EXEC_PREFIX='C:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library\bin'
# Flags to pass to cc when compiling the components of a shared library:
TCL_SHLIB_CFLAGS=''
@@ -115,11 +115,11 @@ TCL_BUILD_LIB_SPEC=''
# String to pass to linker to pick up the Tcl library from its
# installed directory.
TCL_LIB_SPEC='C:/ttt/ImageUtils/.CondaPkg/env\Library\lib\tcl86t.lib'
TCL_LIB_SPEC='C:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library\lib\tcl86t.lib'
# String to pass to the compiler so that an extension can
# find installed Tcl headers.
TCL_INCLUDE_SPEC='-IC:/ttt/ImageUtils/.CondaPkg/env\Library\include'
TCL_INCLUDE_SPEC='-IC:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library\include'
# Indicates whether a version numbers should be used in -l switches
# ("ok" means it's safe to use switches like -ltcl7.5; "nodots" means
@@ -168,13 +168,13 @@ TCL_BUILD_STUB_LIB_SPEC='-LC:\ci\tk_1654036608655\work\tcl8.6.12\win\Release_AMD
# String to pass to linker to pick up the Tcl stub library from its
# installed directory.
TCL_STUB_LIB_SPEC='-LC:/ttt/ImageUtils/.CondaPkg/env\Library\lib tclstub86.lib'
TCL_STUB_LIB_SPEC='-LC:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library\lib tclstub86.lib'
# Path to the Tcl stub library in the build directory.
TCL_BUILD_STUB_LIB_PATH='C:\ci\tk_1654036608655\work\tcl8.6.12\win\Release_AMD64_VC1916\tclstub86.lib'
# Path to the Tcl stub library in the install directory.
TCL_STUB_LIB_PATH='C:/ttt/ImageUtils/.CondaPkg/env\Library\lib\tclstub86.lib'
TCL_STUB_LIB_PATH='C:/myWork/my_projects/AI/CutLER/CutLER-julia/dev/ImageUtils/.CondaPkg/env\Library\lib\tclstub86.lib'
# Flag, 1: we built Tcl with threads enabled, 0 we didn't
TCL_THREADS=1