mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
Added wininst-9.0.exe executable for VS 2008
Integrated bdist_wininst into PCBuild9 directory
This commit is contained in:
parent
81a885af05
commit
cdaa2cbfd5
7 changed files with 206 additions and 17 deletions
|
@ -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
|
||||
|
|
BIN
Lib/distutils/command/wininst-9.0.exe
Normal file
BIN
Lib/distutils/command/wininst-9.0.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue