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

Skip to content

Commit a901f8f

Browse files
committed
Install the docs (with fewer rules).
Add descriptions for the system variables.
1 parent 0b4400e commit a901f8f

1 file changed

Lines changed: 14 additions & 54 deletions

File tree

PCbuild/python16.wse

Lines changed: 14 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@ item: Global
1717
Patch Threshold=85
1818
Patch Memory=4000
1919
Variable Name1=_SYS_
20+
Variable Description1=System directory
2021
Variable Default1=C:\WINNT\SYSTEM32
21-
Variable Flags1=00001000
22+
Variable Flags1=00001001
2223
Variable Name2=_WISE_
24+
Variable Description2=WISE root directory
2325
Variable Default2=C:\Program Files\Wise
24-
Variable Flags2=00001000
26+
Variable Flags2=00001001
2527
Variable Name3=_SRC_
26-
Variable Description3=Root of Python Build Tree
28+
Variable Description3=Python source directory
2729
Variable Default3=D:\src\Python-1.6
2830
Variable Flags3=00001001
2931
Variable Name4=_DOC_
30-
Variable Description4=HTML documentation tree
31-
Variable Default4=C:\Windows\Desktop\pysrc\Python-1.6\html
32-
Variable Flags4=00001000
32+
Variable Description4=HTML documentation tree directory
33+
Variable Default4=D:\src\Python-1.6\html
34+
Variable Flags4=00001001
3335
end
3436
remarked item: Open/Close INSTALL.LOG
3537
Flags=00000001
@@ -856,53 +858,11 @@ item: If/While Statement
856858
Value=B
857859
Flags=00001010
858860
end
859-
remarked item: Install File
860-
Source=%_DOC_%\index.html
861-
Destination=%MAINDIR%\Doc\index.html
862-
Description=Python Documentation Root (HTML)
863-
Flags=0000000000000010
864-
end
865-
remarked item: Install File
866-
Source=%_DOC_%\icons\*.*
867-
Destination=%MAINDIR%\Doc\icons
868-
Description=Python Documentation Icons
869-
Flags=0000000000000010
870-
end
871-
remarked item: Install File
872-
Source=%_DOC_%\tut\*.*
873-
Destination=%MAINDIR%\Doc\tut
874-
Description=Python Tutorial (HTML)
875-
Flags=0000000000000010
876-
end
877-
remarked item: Install File
878-
Source=%_DOC_%\lib\*.*
879-
Destination=%MAINDIR%\Doc\lib
880-
Description=Python Library Reference (HTML)
881-
Flags=0000000000000010
882-
end
883-
remarked item: Install File
884-
Source=%_DOC_%\ext\*.*
885-
Destination=%MAINDIR%\Doc\ext
886-
Description=Python Extending and Embedding Manual (HTML)
887-
Flags=0000000000000010
888-
end
889-
remarked item: Install File
890-
Source=%_DOC_%\api\*.*
891-
Destination=%MAINDIR%\Doc\api
892-
Description=Python/C API Reference (HTML)
893-
Flags=0000000000000010
894-
end
895-
remarked item: Install File
896-
Source=%_DOC_%\ref\*.*
897-
Destination=%MAINDIR%\Doc\ref
898-
Description=Python Language Reference (HTML)
899-
Flags=0000000000000010
900-
end
901-
remarked item: Install File
902-
Source=%_DOC_%\doc\*.*
903-
Destination=%MAINDIR%\Doc\doc
904-
Description=Python Meta-Documentation (HTML)
905-
Flags=0000000000000010
861+
item: Install File
862+
Source=%_DOC_%\*.*
863+
Destination=%MAINDIR%\Doc
864+
Description=Python Documentation (HTML)
865+
Flags=0000000100000010
906866
end
907867
item: End Block
908868
end
@@ -1130,7 +1090,7 @@ item: If/While Statement
11301090
Value=B
11311091
Flags=00001010
11321092
end
1133-
remarked item: Create Shortcut
1093+
item: Create Shortcut
11341094
Source=%MAINDIR%\Doc\index.html
11351095
Destination=%GROUP%\Python Manuals.lnk
11361096
Working Directory=%MAINDIR%

0 commit comments

Comments
 (0)