Added wininst-9.0.exe executable for VS 2008

Integrated bdist_wininst into PCBuild9 directory
This commit is contained in:
Christian Heimes 2007-12-31 14:47:07 +00:00
parent 81a885af05
commit cdaa2cbfd5
7 changed files with 206 additions and 17 deletions

View file

@ -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

Binary file not shown.