diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-09 08:24:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-09 08:24:58 (GMT) |
commit | 84fcd924610e815131b6a9b00aaa5246ea7804c5 (patch) | |
tree | 665215604d094194bf84e9afdd8fe1893317982c /PCbuild | |
parent | 44a7910873ed3cd31be9cbe9852db1eeb3d6db2e (diff) | |
download | cpython-84fcd924610e815131b6a9b00aaa5246ea7804c5.zip cpython-84fcd924610e815131b6a9b00aaa5246ea7804c5.tar.gz cpython-84fcd924610e815131b6a9b00aaa5246ea7804c5.tar.bz2 |
Install the bz2 DLL on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/python20.wse | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 369efc5..0a016d9 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1720,6 +1720,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=.\bz2.pyd + Destination=%MAINDIR%\DLLs\bz2.pyd + Flags=0000000000000010 +end +item: Install File Source=.\mmap.pyd Destination=%MAINDIR%\DLLs\mmap.pyd Flags=0000000000000010 @@ -1797,6 +1802,11 @@ item: Install File Flags=0000000000000010 end item: Install File + Source=.\bz2.lib + Destination=%MAINDIR%\libs\bz2.lib + Flags=0000000000000010 +end +item: Install File Source=.\mmap.lib Destination=%MAINDIR%\libs\mmap.lib Flags=0000000000000010 |