Commit 0f3e7697 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue #4091: Install pythonxy.dll in system32 again.

parent 336680ec
...@@ -32,6 +32,8 @@ Library ...@@ -32,6 +32,8 @@ Library
Build Build
----- -----
- Issue #4091: Install pythonxy.dll in system32 again.
- Issue #4018: Disable "for me" installations on Vista. - Issue #4018: Disable "for me" installations on Vista.
- Issue #3758: Add ``patchcheck`` build target to .PHONY. - Issue #3758: Add ``patchcheck`` build target to .PHONY.
......
...@@ -915,9 +915,7 @@ def add_files(db): ...@@ -915,9 +915,7 @@ def add_files(db):
root.add_file("%s/pythonw.exe" % PCBUILD) root.add_file("%s/pythonw.exe" % PCBUILD)
# msidbComponentAttributesSharedDllRefCount = 8, see "Component Table" # msidbComponentAttributesSharedDllRefCount = 8, see "Component Table"
#dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".") dlldir = PyDirectory(db, cab, root, srcdir, "DLLDIR", ".")
#install python30.dll into root dir for now
dlldir = root
pydll = "python%s%s.dll" % (major, minor) pydll = "python%s%s.dll" % (major, minor)
pydllsrc = os.path.join(srcdir, PCBUILD, pydll) pydllsrc = os.path.join(srcdir, PCBUILD, pydll)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment