diff options
author | Guido van Rossum <guido@python.org> | 2000-03-31 15:51:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-31 15:51:09 (GMT) |
commit | e042dc45835c903b2213c509ddfd983c91ed0b70 (patch) | |
tree | 390b6dd88e3cf41dcf048d6c92c649c64749504d /PCbuild | |
parent | d553e99a741c440dda6afd71f2e022cf42056a58 (diff) | |
download | cpython-e042dc45835c903b2213c509ddfd983c91ed0b70.zip cpython-e042dc45835c903b2213c509ddfd983c91ed0b70.tar.gz cpython-e042dc45835c903b2213c509ddfd983c91ed0b70.tar.bz2 |
Buncha last-minute fixes
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python16.wse | 49 |
1 files changed, 33 insertions, 16 deletions
diff --git a/PCbuild/python16.wse b/PCbuild/python16.wse index 760aab2..06a593e 100644 --- a/PCbuild/python16.wse +++ b/PCbuild/python16.wse @@ -97,17 +97,6 @@ item: Set Variable end
item: End Block
end
-item: Remark
- Text=Where system DLLs are installed (choose one of the following):
-end
-item: Set Variable
- Variable=DLLDEST
- Value=%MAINDIR%
-end
-remarked item: Set Variable
- Variable=DLLDEST
- Value=%SYS32%
-end
item: Set Variable
Variable=BACKUP
Value=%MAINDIR%\BACKUP
@@ -650,6 +639,17 @@ item: End Block end
item: Open/Close INSTALL.LOG
end
+item: Remark
+ Text=Where system DLLs are installed (choose one of the following):
+end
+item: Set Variable
+ Variable=DLLDEST
+ Value=%MAINDIR%
+end
+remarked item: Set Variable
+ Variable=DLLDEST
+ Value=%SYS32%
+end
item: Check Disk Space
Component=COMPONENTS
end
@@ -699,6 +699,11 @@ item: Install File Flags=0000000000000010
end
item: Install File
+ Source=%_SRC_%\pcbuild\_sre.pyd
+ Destination=%MAINDIR%\DLLs\_sre.pyd
+ Flags=0000000000000010
+end
+item: Install File
Source=%_SRC_%\pcbuild\python16.dll
Destination=%DLLDEST%\python16.dll
Flags=0000000000000010
@@ -744,7 +749,19 @@ end item: Install File
Source=%_SRC_%\Lib\encodings\*.py
Destination=%MAINDIR%\Lib\encodings
- Description=Tkinter related library modules
+ Description=Unicode encoding tables
+ Flags=0000000000000010
+end
+item: Install File
+ Source=%_SRC_%\Lib\distutils\*.py
+ Destination=%MAINDIR%\Lib\distutils
+ Description=Distribution utility modules
+ Flags=0000000000000010
+end
+item: Install File
+ Source=%_SRC_%\Lib\distutils\command\*.py
+ Destination=%MAINDIR%\Lib\distutils\command
+ Description=Distribution utility modules
Flags=0000000000000010
end
item: Install File
@@ -1122,7 +1139,7 @@ item: Set Variable Flags=00010100
end
item: Include Script
- Pathname=C:\Program Files\WISE\include\uninstal.wse
+ Pathname=%_WISE_%\include\uninstal.wse
end
item: If/While Statement
Variable=COMPONENTS
@@ -1234,17 +1251,17 @@ item: If/While Statement Flags=00001010
end
item: Install File
- Source=D:\src\tcl8.3\bin\tcl83.dll
+ Source=%_SRC_%\..\tcl8.3\bin\tcl83.dll
Destination=%MAINDIR%\tcl83.dll
Flags=0000000000000010
end
item: Install File
- Source=D:\src\tcl8.3\bin\tk83.dll
+ Source=%_SRC_%\..\tcl8.3\bin\tk83.dll
Destination=%MAINDIR%\tk83.dll
Flags=0000000000000010
end
item: Install File
- Source=D:\src\tcl8.3\lib\*.*
+ Source=%_SRC_%\..\tcl8.3\lib\*.*
Destination=%MAINDIR%\tcl
Flags=0000000100000010
end
|