Searched full:tcldir (Results 1 – 22 of 22) sorted by relevance
/aosp_15_r20/external/python/cpython2/PC/VS9.0/ |
D | build.bat | 73 set tcldir=%externals_dir%\tcl-8.5.19.0 variable 80 pushd "%tcldir%\win" 89 …-f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" clean 90 …e -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" all 91 … makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" install 97 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… 98 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA… 99 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
|
D | build_tkinter.py | 43 tcldir = os.path.join(ROOT, TCL) 45 os.chdir(os.path.join(tcldir, "win")) 55 nmake("makefile.vc", "clean", DEBUG=0, TCLDIR=tcldir)
|
/aosp_15_r20/external/python/cpython2/PC/VS8.0/ |
D | build_tkinter.py | 46 tcldir = os.path.join(ROOT, TCL) 48 os.chdir(os.path.join(tcldir, "win")) 58 nmake("makefile.vc", "clean", TCLDIR=tcldir) 59 nmake("makefile.vc", TCLDIR=tcldir) 60 nmake("makefile.vc", "install", TCLDIR=tcldir, INSTALLDIR=dest)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/ |
D | __init__.py | 332 tcldir = os.path.basename(root) 333 tcldir = os.path.join(context.env_dir, 'Lib', tcldir) 334 if not os.path.exists(tcldir): 335 os.makedirs(tcldir) 337 dst = os.path.join(tcldir, 'init.tcl')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/ |
D | __init__.py | 332 tcldir = os.path.basename(root) 333 tcldir = os.path.join(context.env_dir, 'Lib', tcldir) 334 if not os.path.exists(tcldir): 335 os.makedirs(tcldir) 337 dst = os.path.join(tcldir, 'init.tcl')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/ |
D | __init__.py | 332 tcldir = os.path.basename(root) 333 tcldir = os.path.join(context.env_dir, 'Lib', tcldir) 334 if not os.path.exists(tcldir): 335 os.makedirs(tcldir) 337 dst = os.path.join(tcldir, 'init.tcl')
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/ |
D | __init__.py | 332 tcldir = os.path.basename(root) 333 tcldir = os.path.join(context.env_dir, 'Lib', tcldir) 334 if not os.path.exists(tcldir): 335 os.makedirs(tcldir) 337 dst = os.path.join(tcldir, 'init.tcl')
|
/aosp_15_r20/external/python/cpython3/Lib/venv/ |
D | __init__.py | 332 tcldir = os.path.basename(root) 333 tcldir = os.path.join(context.env_dir, 'Lib', tcldir) 334 if not os.path.exists(tcldir): 335 os.makedirs(tcldir) 337 dst = os.path.join(tcldir, 'init.tcl')
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | FixTk.py | 63 tcldir = os.path.join(prefix,name) variable 64 if os.path.isdir(tcldir): 65 os.environ["TCL_LIBRARY"] = tcldir
|
/aosp_15_r20/external/python/cpython3/PCbuild/ |
D | tcltk.props | 20 <tclDir Condition="$(tclDir) == ''">$(ExternalsDir)tcl-core-$(TclVersion)\</tclDir>
|
D | tk.vcxproj | 61 …<TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(…
|
D | tcl.vcxproj | 65 cd /D "$(tclDir)win"
|
D | tix.vcxproj | 60 …<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`…
|
/aosp_15_r20/external/python/cpython2/PCbuild/ |
D | tcltk.props | 17 …<tclDir>$(ExternalsDir)tcl-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\<…
|
D | tk.vcxproj | 65 <TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs>
|
D | tcl.vcxproj | 73 cd /D "$(tclDir)win"
|
D | tix.vcxproj | 61 …<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`…
|
/aosp_15_r20/external/python/cpython2/PC/VS7.1/ |
D | readme.txt | 97 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 98 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install 106 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 test
|
/aosp_15_r20/external/python/cpython2/PC/VC6/ |
D | readme.txt | 102 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2 103 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2 INSTALLDIR=..\..\tcltk install
|
D | build_tkinter.py | 57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
|
/aosp_15_r20/external/python/cpython3/.azure-pipelines/ |
D | tcltk-build.yml | 46 "/p:tclDir=$(ExternalsDir)\$(TclSourceTag)\" >> msbuild.rsp
|
/aosp_15_r20/external/python/cpython2/Tools/msi/ |
D | msi.py | 1134 tcldir = os.path.normpath(srcdir+("/externals/tcltk%s/bin" % tclsuffix)) 1135 for f in glob.glob1(tcldir, "*.dll"): 1136 lib.add_file(f, src=os.path.join(tcldir, f))
|