From 84fcd924610e815131b6a9b00aaa5246ea7804c5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 9 Nov 2002 08:24:58 +0000 Subject: [PATCH] Install the bz2 DLL on Windows. --- PCbuild/python20.wse | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PCbuild/python20.wse b/PCbuild/python20.wse index 369efc51fbc..0a016d93b98 100644 --- a/PCbuild/python20.wse +++ b/PCbuild/python20.wse @@ -1719,6 +1719,11 @@ item: Install File Destination=%MAINDIR%\DLLs\bsddb.pyd 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 @@ -1796,6 +1801,11 @@ item: Install File Destination=%MAINDIR%\libs\bsddb.lib 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