diff options
author | Guido van Rossum <guido@python.org> | 1998-10-08 01:50:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-08 01:50:47 (GMT) |
commit | 7e1e57494ce8001a61c1cb420034a9bb0955dd62 (patch) | |
tree | a8bae8a402c306784a228ee5e3182ec193f5beb1 /PCbuild | |
parent | f6240cf3722eff4bccf51d3c2f735ad78753d979 (diff) | |
download | cpython-7e1e57494ce8001a61c1cb420034a9bb0955dd62.zip cpython-7e1e57494ce8001a61c1cb420034a9bb0955dd62.tar.gz cpython-7e1e57494ce8001a61c1cb420034a9bb0955dd62.tar.bz2 |
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).
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python15.wse | 52 |
1 files 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
|