From 84fcd924610e815131b6a9b00aaa5246ea7804c5 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 9 Nov 2002 08:24:58 +0000 Subject: 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 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 -- cgit v0.12