Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd

This commit is contained in:
Martin v. Löwis 2008-06-30 06:57:39 +00:00
parent 763d309bba
commit d84fd9599d
2 changed files with 7 additions and 0 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"