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

Skip to content

Commit 9aa04c4

Browse files
committed
Merged revisions 64597-64598 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r64597 | martin.v.loewis | 2008-06-30 08:57:39 +0200 (Mo, 30 Jun 2008) | 1 line Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd ........ r64598 | martin.v.loewis | 2008-06-30 09:01:09 +0200 (Mo, 30 Jun 2008) | 1 line Add _multiprocessing module. ........
1 parent 029656f commit 9aa04c4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

PCbuild/sqlite3.vcproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@
305305
/>
306306
<Tool
307307
Name="VCLinkerTool"
308+
OutputFile="$(OutDir)\$(ProjectName).dll"
308309
/>
309310
<Tool
310311
Name="VCALinkTool"
@@ -428,6 +429,7 @@
428429
/>
429430
<Tool
430431
Name="VCLinkerTool"
432+
OutputFile="$(OutDir)\$(ProjectName).dll"
431433
/>
432434
<Tool
433435
Name="VCALinkTool"

Tools/msi/msi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
'_ctypes.pyd',
9393
'_ctypes_test.pyd',
9494
'_sqlite3.pyd',
95-
'_hashlib.pyd'
95+
'_hashlib.pyd',
96+
'_multiprocessing.pyd'
9697
]
9798

9899
# Well-known component UUIDs

0 commit comments

Comments
 (0)