Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d11ec25

Browse files
committed
Add zlib and bsddb, and remove beta designation.
1 parent 46f3714 commit d11ec25

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

PC/python15.wse

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=5.0
4-
Title=Python 1.5 (beta 2) Installation
4+
Title=Python 1.5 Installation
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -55,7 +55,7 @@ item: Check Configuration
5555
end
5656
item: Set Variable
5757
Variable=APPTITLE
58-
Value=Python 1.5 (beta 2)
58+
Value=Python 1.5
5959
end
6060
item: Set Variable
6161
Variable=GROUP
@@ -720,6 +720,21 @@ item: Install File
720720
Destination=%MAINDIR%\_tkinter.pyd
721721
Flags=0000000000000010
722722
end
723+
item: Install File
724+
Source=%_SRC_%\pcbuild\Release\zlib.pyd
725+
Destination=%MAINDIR%\zlib.pyd
726+
Flags=0000000000000010
727+
end
728+
item: Install File
729+
Source=%_SRC_%\..\zlibvc104dll\zlib.dll
730+
Destination=%MAINDIR%\zlib.dll
731+
Flags=0000000000000010
732+
end
733+
item: Install File
734+
Source=%_SRC_%\pcbuild\Release\bsddb.pyd
735+
Destination=%MAINDIR%\bsddb.pyd
736+
Flags=0000000000000010
737+
end
723738
item: Install File
724739
Source=%_SRC_%\pcbuild\Release\python15.dll
725740
Destination=%SYS32%\python15.dll
@@ -914,7 +929,6 @@ end
914929
item: Edit Registry
915930
Key=Python.NoConFile\shell\open\command
916931
New Value=%MAINDIR%\pythonw.exe "%%1" %%*
917-
New Value=
918932
end
919933
item: Edit Registry
920934
Key=Python.NoConFile\DefaultIcon

0 commit comments

Comments
 (0)