mirror of
https://github.com/python/cpython.git
synced 2026-01-23 15:48:53 +00:00
Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
This commit is contained in:
parent
763d309bba
commit
d84fd9599d
2 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ Core and Builtins
|
|||
slice(None, 10, -1).indices(10) returns (9, 9, -1) instead of (9,
|
||||
10, -1).
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
- Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
|
||||
|
||||
What's New in Python 2.6 beta 1?
|
||||
================================
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue