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

Skip to content

Commit 7e1e574

Browse files
committed
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).
1 parent f6240cf commit 7e1e574

1 file changed

Lines changed: 48 additions & 4 deletions

File tree

PCbuild/python15.wse

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ item: Check Configuration
5555
end
5656
item: Set Variable
5757
Variable=APPTITLE
58-
Value=Python 1.5.2a1
58+
Value=Python 1.5.2a2
5959
end
6060
item: Set Variable
6161
Variable=GROUP
@@ -728,7 +728,7 @@ item: Install File
728728
end
729729
item: Install File
730730
Source=%_SRC_%\..\zlibvc104dll\zlib.dll
731-
Destination=%SYS32%\zlib.dll
731+
Destination=%MAINDIR%\DLLs\zlib.dll
732732
Flags=0000000000000010
733733
end
734734
item: Install File
@@ -829,11 +829,41 @@ item: Install File
829829
Flags=0000000000000010
830830
end
831831
item: Install File
832-
Source=%_SRC_%\Tools\scripts\Readme
833-
Destination=%MAINDIR%\Tools\Scripts\Readme
832+
Source=%_SRC_%\Tools\scripts\README
833+
Destination=%MAINDIR%\Tools\Scripts\README.txt
834834
Description=Utility Scripts
835835
Flags=0000000000000010
836836
end
837+
item: Install File
838+
Source=%_SRC_%\Tools\freeze\*.*
839+
Destination=%MAINDIR%\Tools\freeze
840+
Description=Freeze tool
841+
Flags=0000000000000010
842+
end
843+
item: Install File
844+
Source=%_SRC_%\Tools\webchecker\*.py
845+
Destination=%MAINDIR%\Tools\webchecker
846+
Description=Web checker tool
847+
Flags=0000000000000010
848+
end
849+
item: Install File
850+
Source=%_SRC_%\Tools\webchecker\README
851+
Destination=%MAINDIR%\Tools\webchecker\README.txt
852+
Description=Web checker tool
853+
Flags=0000000000000010
854+
end
855+
item: Install File
856+
Source=%_SRC_%\Tools\versioncheck\*.py
857+
Destination=%MAINDIR%\Tools\versioncheck
858+
Description=Version checker tool
859+
Flags=0000000000000010
860+
end
861+
item: Install File
862+
Source=%_SRC_%\Tools\versioncheck\README
863+
Destination=%MAINDIR%\Tools\versioncheck\README.txt
864+
Description=Version checker tool
865+
Flags=0000000000000010
866+
end
837867
item: End Block
838868
end
839869
item: If/While Statement
@@ -933,6 +963,11 @@ item: Edit Registry
933963
Key=.py
934964
New Value=Python.File
935965
end
966+
item: Edit Registry
967+
Key=.py
968+
New Value=text/plain
969+
Value Name=Content Type
970+
end
936971
item: Edit Registry
937972
Key=Python.File
938973
New Value=Python File
@@ -949,6 +984,11 @@ item: Edit Registry
949984
Key=.pyw
950985
New Value=Python.NoConFile
951986
end
987+
item: Edit Registry
988+
Key=.pyw
989+
New Value=text/plain
990+
Value Name=Content Type
991+
end
952992
item: Edit Registry
953993
Key=Python.NoConFile
954994
New Value=Python File (no console)
@@ -965,6 +1005,10 @@ item: Edit Registry
9651005
Key=.pyc
9661006
New Value=Python.CompiledFile
9671007
end
1008+
item: Edit Registry
1009+
Key=.pyo
1010+
New Value=Python.CompiledFile
1011+
end
9681012
item: Edit Registry
9691013
Key=Python.CompiledFile
9701014
New Value=Compiled Python File

0 commit comments

Comments
 (0)