[Python-checkins] python/dist/src/PCbuild python20.wse,1.103,1.104

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 09 Nov 2002 00:25:00 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory usw-pr-cvs1:/tmp/cvs-serv20024/python/PCbuild

Modified Files:
	python20.wse 
Log Message:
Install the bz2 DLL on Windows.


Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** python20.wse	23 Jul 2002 19:56:30 -0000	1.103
--- python20.wse	9 Nov 2002 08:24:58 -0000	1.104
***************
*** 1721,1724 ****
--- 1721,1729 ----
  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
***************
*** 1795,1798 ****
--- 1800,1808 ----
    Source=.\bsddb.lib
    Destination=%MAINDIR%\libs\bsddb.lib
+   Flags=0000000000000010
+ end
+ item: Install File
+   Source=.\bz2.lib
+   Destination=%MAINDIR%\libs\bz2.lib
    Flags=0000000000000010
  end