diff options
author | Guido van Rossum <guido@python.org> | 1997-12-31 04:51:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-31 04:51:23 (GMT) |
commit | d11ec25ce4ee656a1a94cdf9758d5a14f92424c5 (patch) | |
tree | 8f6863c648c7691e90f0532364c069aae6fe5722 /PC | |
parent | 46f37144d32859943cbf175d2f722a062126faa5 (diff) | |
download | cpython-d11ec25ce4ee656a1a94cdf9758d5a14f92424c5.zip cpython-d11ec25ce4ee656a1a94cdf9758d5a14f92424c5.tar.gz cpython-d11ec25ce4ee656a1a94cdf9758d5a14f92424c5.tar.bz2 |
Add zlib and bsddb, and remove beta designation.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python15.wse | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/PC/python15.wse b/PC/python15.wse index 3fffb99..1b9757a 100644 --- a/PC/python15.wse +++ b/PC/python15.wse @@ -1,7 +1,7 @@ Document Type: WSE item: Global Version=5.0 - Title=Python 1.5 (beta 2) Installation + Title=Python 1.5 Installation Flags=00010100 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Japanese Font Name=MS Gothic @@ -55,7 +55,7 @@ item: Check Configuration end item: Set Variable Variable=APPTITLE - Value=Python 1.5 (beta 2) + Value=Python 1.5 end item: Set Variable Variable=GROUP @@ -721,6 +721,21 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\pcbuild\Release\zlib.pyd + Destination=%MAINDIR%\zlib.pyd + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\..\zlibvc104dll\zlib.dll + Destination=%MAINDIR%\zlib.dll + Flags=0000000000000010 +end +item: Install File + Source=%_SRC_%\pcbuild\Release\bsddb.pyd + Destination=%MAINDIR%\bsddb.pyd + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\pcbuild\Release\python15.dll Destination=%SYS32%\python15.dll Flags=0000000000000010 @@ -914,7 +929,6 @@ end item: Edit Registry Key=Python.NoConFile\shell\open\command New Value=%MAINDIR%\pythonw.exe "%%1" %%* - New Value= end item: Edit Registry Key=Python.NoConFile\DefaultIcon |