Home | History | Annotate | Download | only in msi

Lines Matching refs:tcldir

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))