Commit 9aa04c4e authored by Martin v. Löwis's avatar Martin v. Löwis

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.
........
parent 029656fb
...@@ -305,6 +305,7 @@ ...@@ -305,6 +305,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).dll"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
...@@ -428,6 +429,7 @@ ...@@ -428,6 +429,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName).dll"
/> />
<Tool <Tool
Name="VCALinkTool" Name="VCALinkTool"
......
...@@ -92,7 +92,8 @@ extensions = [ ...@@ -92,7 +92,8 @@ extensions = [
'_ctypes.pyd', '_ctypes.pyd',
'_ctypes_test.pyd', '_ctypes_test.pyd',
'_sqlite3.pyd', '_sqlite3.pyd',
'_hashlib.pyd' '_hashlib.pyd',
'_multiprocessing.pyd'
] ]
# Well-known component UUIDs # Well-known component UUIDs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment