Home
last modified time | relevance | path

Searched full:tcldir (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/python/cpython2/PC/VS9.0/
Dbuild.bat73 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…
Dbuild_tkinter.py43 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/
Dbuild_tkinter.py46 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__.py332 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__.py332 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__.py332 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__.py332 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__.py332 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/
DFixTk.py63 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/
Dtcltk.props20 <tclDir Condition="$(tclDir) == ''">$(ExternalsDir)tcl-core-$(TclVersion)\</tclDir>
Dtk.vcxproj61 …<TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(…
Dtcl.vcxproj65 cd /D "$(tclDir)win"
Dtix.vcxproj60 …<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`…
/aosp_15_r20/external/python/cpython2/PCbuild/
Dtcltk.props17 …<tclDir>$(ExternalsDir)tcl-$(TclMajorVersion).$(TclMinorVersion).$(TclPatchLevel).$(TclRevision)\<…
Dtk.vcxproj65 <TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs>
Dtcl.vcxproj73 cd /D "$(tclDir)win"
Dtix.vcxproj61 …<TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`…
/aosp_15_r20/external/python/cpython2/PC/VS7.1/
Dreadme.txt97 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/
Dreadme.txt102 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2
103 nmake -f makefile.vc TCLDIR=..\..\tcl8.5.2 INSTALLDIR=..\..\tcltk install
Dbuild_tkinter.py57 nmake("makefile.vc", "TCLDIR=" + TCL_DIR, *a)
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dtcltk-build.yml46 "/p:tclDir=$(ExternalsDir)\$(TclSourceTag)\" >> msbuild.rsp
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsi.py1134 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))