diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-07 08:34:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-07 08:34:01 (GMT) |
commit | 553d2a5dc439af14125e8d690302a5890fe8bc96 (patch) | |
tree | aacc94d3a94ff92dabcb94d1c8040361bc8449f3 /PCbuild/python20.wse | |
parent | fc9eeae253f7f1e0141c234fd5e4e43541d41ed3 (diff) | |
download | cpython-553d2a5dc439af14125e8d690302a5890fe8bc96.zip cpython-553d2a5dc439af14125e8d690302a5890fe8bc96.tar.gz cpython-553d2a5dc439af14125e8d690302a5890fe8bc96.tar.bz2 |
Windows installer, reflecting changes that went into a replacement 2.0b1
.exe that will show up on PythonLabs.com later today:
Include the Lib\xml\ package (directory + subdirectories).
Include the Lib\lib-old\ directory.
Include the Lib\test\*.xml test cases (well, just one now).
Remove the redundant install of Lib\*.py (looks like a stray duplicate
line that's been there a long time). Because of this, the new
installer is a little smaller despite having more stuff in it.
Diffstat (limited to 'PCbuild/python20.wse')
-rw-r--r-- | PCbuild/python20.wse | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 4ac73d5..c7e0dcb 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -734,6 +734,18 @@ item: Install File Flags=0000000100000010 end item: Install File + Source=%_SRC_%\Lib\xml\*.py + Destination=%MAINDIR%\Lib\xml + Description=XML support packages + Flags=0000000100000010 +end +item: Install File + Source=%_SRC_%\Lib\lib-old\*.py + Destination=%MAINDIR%\Lib\lib-old + Description=Obsolete modules + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\pcbuild\*.lib Destination=%MAINDIR%\libs Description=Link library files @@ -908,14 +920,14 @@ item: Install File Flags=0000000000000010 end item: Install File - Source=%_SRC_%\Lib\test\output\*.* - Destination=%MAINDIR%\Lib\test\output - Description=Python Test output files + Source=%_SRC_%\Lib\test\*.xml + Destination=%MAINDIR%\Lib\test Flags=0000000000000010 end item: Install File - Source=%_SRC_%\Lib\test\*.py - Destination=%MAINDIR%\Lib\test + Source=%_SRC_%\Lib\test\output\*.* + Destination=%MAINDIR%\Lib\test\output + Description=Python Test output files Flags=0000000000000010 end item: End Block |