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

Skip to content

Commit b58dff5

Browse files
committed
Play games with version numbers; add lib-tk to path.
1 parent f4edff0 commit b58dff5

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

PCbuild/python15.wse

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Document Type: WSE
22
item: Global
33
Version=5.0
4-
Title=Python 1.5.1
4+
Title=Python 1.5.2a1
55
Flags=00010100
66
Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
77
Japanese Font Name=MS Gothic
@@ -30,7 +30,7 @@ item: Global
3030
Variable Flags4=00001000
3131
Variable Name5=_SRC_
3232
Variable Description5=Root of Python Build Tree
33-
Variable Default5=C:\src\Python-1.5
33+
Variable Default5=D:\src\Python-1.5
3434
Variable Flags5=00001001
3535
end
3636
item: Open/Close INSTALL.LOG
@@ -55,7 +55,7 @@ item: Check Configuration
5555
end
5656
item: Set Variable
5757
Variable=APPTITLE
58-
Value=Python 1.5.1
58+
Value=Python 1.5.2a1
5959
end
6060
item: Set Variable
6161
Variable=GROUP
@@ -67,7 +67,11 @@ item: Set Variable
6767
end
6868
item: Set Variable
6969
Variable=PY_VERSION
70-
Value=1.5.1
70+
Value=1.5
71+
end
72+
item: Set Variable
73+
Variable=PY_FULLVERSION
74+
Value=1.5.2
7175
end
7276
item: Set Variable
7377
Variable=MAINDIR
@@ -878,7 +882,7 @@ item: Install File
878882
Flags=0000000000000010
879883
end
880884
item: Install File
881-
Source=%_SRC_%\Doc\ref\*.html
885+
Source=%_SRC_%\Doc\ref\*.*
882886
Destination=%MAINDIR%\Doc\ref
883887
Description=Python Documentation (HTML)
884888
Flags=0000000000000010
@@ -979,7 +983,8 @@ item: Edit Registry
979983
end
980984
item: Edit Registry
981985
Key=Software\Python\PythonCore\CurrentVersion
982-
New Value=%PY_VERSION%
986+
New Value=%PY_FULLVERSION%
987+
New Value=
983988
Root=2
984989
end
985990
item: Edit Registry
@@ -994,7 +999,8 @@ item: Edit Registry
994999
end
9951000
item: Edit Registry
9961001
Key=Software\Python\PythonCore\%PY_VERSION%\PythonPath
997-
New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs
1002+
New Value=%MAINDIR%\Lib\plat-win;%MAINDIR%\Lib;%MAINDIR%\DLLs;%MAINDIR%\Lib\lib-tk
1003+
New Value=
9981004
Root=2
9991005
end
10001006
item: Edit Registry

0 commit comments

Comments
 (0)