From 7e1e57494ce8001a61c1cb420034a9bb0955dd62 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Oct 1998 01:50:47 +0000 Subject: 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). --- PCbuild/python15.wse | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/PCbuild/python15.wse b/PCbuild/python15.wse index d7adc28..50b21e8 100644 --- a/PCbuild/python15.wse +++ b/PCbuild/python15.wse @@ -55,7 +55,7 @@ item: Check Configuration end item: Set Variable Variable=APPTITLE - Value=Python 1.5.2a1 + Value=Python 1.5.2a2 end item: Set Variable Variable=GROUP @@ -728,7 +728,7 @@ item: Install File end item: Install File Source=%_SRC_%\..\zlibvc104dll\zlib.dll - Destination=%SYS32%\zlib.dll + Destination=%MAINDIR%\DLLs\zlib.dll Flags=0000000000000010 end item: Install File @@ -829,11 +829,41 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\Tools\scripts\Readme - Destination=%MAINDIR%\Tools\Scripts\Readme + Source=%_SRC_%\Tools\scripts\README + Destination=%MAINDIR%\Tools\Scripts\README.txt Description=Utility Scripts Flags=0000000000000010 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 end item: If/While Statement @@ -934,6 +964,11 @@ item: Edit Registry New Value=Python.File end item: Edit Registry + Key=.py + New Value=text/plain + Value Name=Content Type +end +item: Edit Registry Key=Python.File New Value=Python File end @@ -950,6 +985,11 @@ item: Edit Registry New Value=Python.NoConFile end item: Edit Registry + Key=.pyw + New Value=text/plain + Value Name=Content Type +end +item: Edit Registry Key=Python.NoConFile New Value=Python File (no console) end @@ -966,6 +1006,10 @@ item: Edit Registry New Value=Python.CompiledFile end item: Edit Registry + Key=.pyo + New Value=Python.CompiledFile +end +item: Edit Registry Key=Python.CompiledFile New Value=Compiled Python File end -- cgit v0.12