diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-26 02:37:53 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-26 02:37:53 (GMT) |
commit | 7b5af0460c90c23e98e115ea2823cd4d1bfff540 (patch) | |
tree | fffa1e738449a78ea1c1d21f2f6393bc2679b390 /PCbuild | |
parent | ca4289f7b224a669f8eca70bfe2e0d3af09dd970 (diff) | |
download | cpython-7b5af0460c90c23e98e115ea2823cd4d1bfff540.zip cpython-7b5af0460c90c23e98e115ea2823cd4d1bfff540.tar.gz cpython-7b5af0460c90c23e98e115ea2823cd4d1bfff540.tar.bz2 |
Yet another new unique extension in the test directory.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index a10d87a..becfa98 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1075,6 +1075,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=%_SRC_%\Lib\test\*.out + Destination=%MAINDIR%\Lib\test + Flags=0000000000000010 +end +item: Install File Source=%_SRC_%\Lib\test\output\*.* Destination=%MAINDIR%\Lib\test\output Description=Python Test output files |