Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84fcd92

Browse files
committed
Install the bz2 DLL on Windows.
1 parent 44a7910 commit 84fcd92

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

PCbuild/python20.wse

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,11 @@ item: Install File
17191719
Destination=%MAINDIR%\DLLs\bsddb.pyd
17201720
Flags=0000000000000010
17211721
end
1722+
item: Install File
1723+
Source=.\bz2.pyd
1724+
Destination=%MAINDIR%\DLLs\bz2.pyd
1725+
Flags=0000000000000010
1726+
end
17221727
item: Install File
17231728
Source=.\mmap.pyd
17241729
Destination=%MAINDIR%\DLLs\mmap.pyd
@@ -1796,6 +1801,11 @@ item: Install File
17961801
Destination=%MAINDIR%\libs\bsddb.lib
17971802
Flags=0000000000000010
17981803
end
1804+
item: Install File
1805+
Source=.\bz2.lib
1806+
Destination=%MAINDIR%\libs\bz2.lib
1807+
Flags=0000000000000010
1808+
end
17991809
item: Install File
18001810
Source=.\mmap.lib
18011811
Destination=%MAINDIR%\libs\mmap.lib

0 commit comments

Comments
 (0)