Lines Matching full:pcbuild
28 # path to PCbuild directory
29 PCBUILD=os.environ.get("PCBUILD", "PCbuild") variable
169 # Target files (.def and .a) go in PCBuild directory
170 dll_path = os.path.join(srcdir, PCBUILD, "python%s%s.dll" % (major, minor))
171 def_file = os.path.join(srcdir, PCBUILD, "python%s%s.def" % (major, minor))
173 mingw_lib = os.path.join(srcdir, PCBUILD, "libpython%s%s.a" % (major, minor))
178 dll_path = os.path.join(srcdir, PCBUILD, dll_file)
367 [("PythonWin", msilib.Binary(r"%s\PCbuild\installer.bmp" % srcdir)), # 152x328 pixels
953 root.add_file("%s/w9xpopen.exe" % PCBUILD)
959 root.add_file("%s/python.exe" % PCBUILD)
961 root.add_file("%s/pythonw.exe" % PCBUILD)
967 pydllsrc = os.path.join(srcdir, PCBUILD, pydll)
975 dlldir.add_file("%s/python%s%s.dll" % (PCBUILD, major, minor),
978 DLLs = PyDirectory(db, cab, root, srcdir + "/" + PCBUILD, "DLLs", "DLLS|DLLs")
1001 have_ctypes = os.path.exists(srcdir+"/%s/_ctypes.pyd" % PCBUILD)
1112 if not os.path.exists(srcdir + "/" + PCBUILD + "/" + f):
1128 if not os.path.exists("%s/%s/_tkinter.pyd" % (srcdir, PCBUILD)):
1138 for f in glob.glob1(srcdir+"/"+PCBUILD, "*.pyd"):
1149 lib = PyDirectory(db, cab, root, PCBUILD, "libs", "LIBS|libs")
1363 for f in glob.glob1(os.path.join(srcdir, PCBUILD), "*.pdb"):
1365 pdbzip.write(os.path.join(srcdir, PCBUILD, f), f)