mirror of https://github.com/python/cpython.git
Add zlib and bsddb, and remove beta designation.
This commit is contained in:
parent
46f37144d3
commit
d11ec25ce4
|
@ -1,7 +1,7 @@
|
||||||
Document Type: WSE
|
Document Type: WSE
|
||||||
item: Global
|
item: Global
|
||||||
Version=5.0
|
Version=5.0
|
||||||
Title=Python 1.5 (beta 2) Installation
|
Title=Python 1.5 Installation
|
||||||
Flags=00010100
|
Flags=00010100
|
||||||
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
Japanese Font Name=MS Gothic
|
Japanese Font Name=MS Gothic
|
||||||
|
@ -55,7 +55,7 @@ item: Check Configuration
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=APPTITLE
|
Variable=APPTITLE
|
||||||
Value=Python 1.5 (beta 2)
|
Value=Python 1.5
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=GROUP
|
Variable=GROUP
|
||||||
|
@ -720,6 +720,21 @@ item: Install File
|
||||||
Destination=%MAINDIR%\_tkinter.pyd
|
Destination=%MAINDIR%\_tkinter.pyd
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
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
|
item: Install File
|
||||||
Source=%_SRC_%\pcbuild\Release\python15.dll
|
Source=%_SRC_%\pcbuild\Release\python15.dll
|
||||||
Destination=%SYS32%\python15.dll
|
Destination=%SYS32%\python15.dll
|
||||||
|
@ -914,7 +929,6 @@ end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Python.NoConFile\shell\open\command
|
Key=Python.NoConFile\shell\open\command
|
||||||
New Value=%MAINDIR%\pythonw.exe "%%1" %%*
|
New Value=%MAINDIR%\pythonw.exe "%%1" %%*
|
||||||
New Value=
|
|
||||||
end
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Python.NoConFile\DefaultIcon
|
Key=Python.NoConFile\DefaultIcon
|
||||||
|
|
Loading…
Reference in New Issue