summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-07-23 19:56:30 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-07-23 19:56:30 (GMT)
commit78e30fb32c0b250a835a4c0fa25dcac854ef3fae (patch)
tree5f691cc117c8add3935158f6c4a9911aa2140bf3
parent10d0d595e053290f17e51a95f8b25b4904ad45fe (diff)
downloadcpython-78e30fb32c0b250a835a4c0fa25dcac854ef3fae.zip
cpython-78e30fb32c0b250a835a4c0fa25dcac854ef3fae.tar.gz
cpython-78e30fb32c0b250a835a4c0fa25dcac854ef3fae.tar.bz2
Taught the Windows installer about changes in the structure of the email
package, and the loss of the test/data directory.
-rw-r--r--PCbuild/python20.wse26
1 files changed, 18 insertions, 8 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse
index 400da40..369efc5 100644
--- a/PCbuild/python20.wse
+++ b/PCbuild/python20.wse
@@ -1907,6 +1907,24 @@ item: Install File
Description=Library email package
Flags=0000000000000010
end
+item: Install File
+ Source=..\lib\email\test\*.py
+ Destination=%MAINDIR%\Lib\email\test
+ Description=email tests
+ Flags=0000000000000010
+end
+item: Install File
+ Source=..\lib\email\test\data\*.txt
+ Destination=%MAINDIR%\Lib\email\test\data
+ Description=email test data
+ Flags=0000000000000010
+end
+item: Install File
+ Source=..\lib\email\test\data\*.gif
+ Destination=%MAINDIR%\Lib\email\test\data
+ Description=email test data
+ Flags=0000000000000010
+end
item: Remark
end
item: Install File
@@ -2236,14 +2254,6 @@ end
item: Remark
end
item: Install File
- Source=..\lib\test\data\*.*
- Destination=%MAINDIR%\Lib\test\data
- Description=Python Test files
- Flags=0000000000000010
-end
-item: Remark
-end
-item: Install File
Source=..\lib\test\output\*.*
Destination=%MAINDIR%\Lib\test\output
Description=Python Test output files