Lines Matching full:pyd
88 'bz2.pyd',
89 'pyexpat.pyd',
90 'select.pyd',
91 'unicodedata.pyd',
92 'winsound.pyd',
93 '_elementtree.pyd',
94 '_bsddb.pyd',
95 '_socket.pyd',
96 '_ssl.pyd',
97 '_testcapi.pyd',
98 '_tkinter.pyd',
99 '_msi.pyd',
100 '_ctypes.pyd',
101 '_ctypes_test.pyd',
102 '_sqlite3.pyd',
103 '_hashlib.pyd',
104 '_multiprocessing.pyd'
1000 # Check if _ctypes.pyd exists
1001 have_ctypes = os.path.exists(srcdir+"/%s/_ctypes.pyd" % PCBUILD)
1003 print "WARNING: _ctypes.pyd not found, ctypes will not be included"
1004 extensions.remove("_ctypes.pyd")
1110 if f=="_tkinter.pyd":
1128 if not os.path.exists("%s/%s/_tkinter.pyd" % (srcdir, PCBUILD)):
1129 print "WARNING: Missing _tkinter.pyd"
1132 lib.add_file("_tkinter.pyd")
1133 dlls.append("_tkinter.pyd")
1138 for f in glob.glob1(srcdir+"/"+PCBUILD, "*.pyd"):
1139 if f.endswith("_d.pyd"): continue # debug version
1151 lib.add_file(f.replace('pyd','lib'))