Merged revisions 64597-64598 via svnmerge from

svn+ssh://pythondev@svn.python.org/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.
........
This commit is contained in:
Martin v. Löwis 2008-06-30 07:03:57 +00:00
parent 029656fb3b
commit 9aa04c4e83
2 changed files with 4 additions and 1 deletions

View File

@ -305,6 +305,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).dll"
/>
<Tool
Name="VCALinkTool"
@ -428,6 +429,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).dll"
/>
<Tool
Name="VCALinkTool"

View File

@ -92,7 +92,8 @@ extensions = [
'_ctypes.pyd',
'_ctypes_test.pyd',
'_sqlite3.pyd',
'_hashlib.pyd'
'_hashlib.pyd',
'_multiprocessing.pyd'
]
# Well-known component UUIDs