diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-01-17 21:50:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-01-17 21:50:32 (GMT) |
commit | a8b2e32a7bc8d0cdb518461d4cbdbd58a77d7e30 (patch) | |
tree | ac98b165b1807accc3bb24ebfbcb2f0b0546a680 /PCbuild | |
parent | 376f0ef30c74bf0834f313ee8add8993993cb4a8 (diff) | |
download | cpython-a8b2e32a7bc8d0cdb518461d4cbdbd58a77d7e30.zip cpython-a8b2e32a7bc8d0cdb518461d4cbdbd58a77d7e30.tar.gz cpython-a8b2e32a7bc8d0cdb518461d4cbdbd58a77d7e30.tar.bz2 |
CVS patch 669645: wininst.exe missing in Windows installer.
Not anymore it ain't.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 92fedf1..e12c709 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1943,6 +1943,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=..\lib\distutils\command\wininst.exe + Destination=%MAINDIR%\Lib\distutils\command\wininst.exe + Flags=0000000000000010 +end +item: Install File Source=..\lib\distutils\command\command_template Destination=%MAINDIR%\Lib\distutils\command\command_template Flags=0000000000000010 |