Commit c8533b41 authored by Christian Heimes's avatar Christian Heimes

Added wininst-9.0.exe executable for VS 2008

Integrated bdist_wininst into PCBuild9 directory
parent 4e9153cd
......@@ -323,6 +323,6 @@ class bdist_wininst (Command):
directory = os.path.dirname(__file__)
# we must use a wininst-x.y.exe built with the same C compiler
# used for python. XXX What about mingw, borland, and so on?
filename = os.path.join(directory, "wininst-%s.exe" % bv)
filename = os.path.join(directory, "wininst-%.1f.exe" % bv)
return open(filename, "rb").read()
# class bdist_wininst
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