mirror of https://github.com/python/cpython
For 1.5.2a2.
Install zlib.dll in DLLs instead of windows32 system directory. Install freeze, webchecker and versioncheck tools. Add Content type: text/plain registry keys for .py, .pyw. Add file type .pyo (same as .pyc).
This commit is contained in:
parent
f6240cf372
commit
7e1e57494c
|
@ -55,7 +55,7 @@ item: Check Configuration
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=APPTITLE
|
Variable=APPTITLE
|
||||||
Value=Python 1.5.2a1
|
Value=Python 1.5.2a2
|
||||||
end
|
end
|
||||||
item: Set Variable
|
item: Set Variable
|
||||||
Variable=GROUP
|
Variable=GROUP
|
||||||
|
@ -728,7 +728,7 @@ item: Install File
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=%_SRC_%\..\zlibvc104dll\zlib.dll
|
Source=%_SRC_%\..\zlibvc104dll\zlib.dll
|
||||||
Destination=%SYS32%\zlib.dll
|
Destination=%MAINDIR%\DLLs\zlib.dll
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
|
@ -829,11 +829,41 @@ item: Install File
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
item: Install File
|
item: Install File
|
||||||
Source=%_SRC_%\Tools\scripts\Readme
|
Source=%_SRC_%\Tools\scripts\README
|
||||||
Destination=%MAINDIR%\Tools\Scripts\Readme
|
Destination=%MAINDIR%\Tools\Scripts\README.txt
|
||||||
Description=Utility Scripts
|
Description=Utility Scripts
|
||||||
Flags=0000000000000010
|
Flags=0000000000000010
|
||||||
end
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=%_SRC_%\Tools\freeze\*.*
|
||||||
|
Destination=%MAINDIR%\Tools\freeze
|
||||||
|
Description=Freeze tool
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=%_SRC_%\Tools\webchecker\*.py
|
||||||
|
Destination=%MAINDIR%\Tools\webchecker
|
||||||
|
Description=Web checker tool
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=%_SRC_%\Tools\webchecker\README
|
||||||
|
Destination=%MAINDIR%\Tools\webchecker\README.txt
|
||||||
|
Description=Web checker tool
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=%_SRC_%\Tools\versioncheck\*.py
|
||||||
|
Destination=%MAINDIR%\Tools\versioncheck
|
||||||
|
Description=Version checker tool
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
|
item: Install File
|
||||||
|
Source=%_SRC_%\Tools\versioncheck\README
|
||||||
|
Destination=%MAINDIR%\Tools\versioncheck\README.txt
|
||||||
|
Description=Version checker tool
|
||||||
|
Flags=0000000000000010
|
||||||
|
end
|
||||||
item: End Block
|
item: End Block
|
||||||
end
|
end
|
||||||
item: If/While Statement
|
item: If/While Statement
|
||||||
|
@ -933,6 +963,11 @@ item: Edit Registry
|
||||||
Key=.py
|
Key=.py
|
||||||
New Value=Python.File
|
New Value=Python.File
|
||||||
end
|
end
|
||||||
|
item: Edit Registry
|
||||||
|
Key=.py
|
||||||
|
New Value=text/plain
|
||||||
|
Value Name=Content Type
|
||||||
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Python.File
|
Key=Python.File
|
||||||
New Value=Python File
|
New Value=Python File
|
||||||
|
@ -949,6 +984,11 @@ item: Edit Registry
|
||||||
Key=.pyw
|
Key=.pyw
|
||||||
New Value=Python.NoConFile
|
New Value=Python.NoConFile
|
||||||
end
|
end
|
||||||
|
item: Edit Registry
|
||||||
|
Key=.pyw
|
||||||
|
New Value=text/plain
|
||||||
|
Value Name=Content Type
|
||||||
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Python.NoConFile
|
Key=Python.NoConFile
|
||||||
New Value=Python File (no console)
|
New Value=Python File (no console)
|
||||||
|
@ -965,6 +1005,10 @@ item: Edit Registry
|
||||||
Key=.pyc
|
Key=.pyc
|
||||||
New Value=Python.CompiledFile
|
New Value=Python.CompiledFile
|
||||||
end
|
end
|
||||||
|
item: Edit Registry
|
||||||
|
Key=.pyo
|
||||||
|
New Value=Python.CompiledFile
|
||||||
|
end
|
||||||
item: Edit Registry
|
item: Edit Registry
|
||||||
Key=Python.CompiledFile
|
Key=Python.CompiledFile
|
||||||
New Value=Compiled Python File
|
New Value=Compiled Python File
|
||||||
|
|
Loading…
Reference in New Issue