mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Do not include extpy[w].exe anymore
This commit is contained in:
parent
1e3a2642a0
commit
0f02ce348a
1 changed files with 0 additions and 4 deletions
|
|
@ -831,10 +831,6 @@ def add_files(db):
|
|||
root.add_file("PCBuild/python.exe")
|
||||
root.start_component("pythonw.exe", keyfile="pythonw.exe")
|
||||
root.add_file("PCBuild/pythonw.exe")
|
||||
root.start_component("extpy.exe", feature=ext_feature, keyfile="extpy.exe")
|
||||
root.add_file("extpy.exe", src="PCBuild/python.exe")
|
||||
root.start_component("extpyw.exe", feature=ext_feature, keyfile="extpyw.exe")
|
||||
root.add_file("extpyw.exe", src="PCBuild/pythonw.exe")
|
||||
|
||||
# msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
|
||||
dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue