]> granicus.if.org Git - python/commitdiff
Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Jun 2008 06:57:39 +0000 (06:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 30 Jun 2008 06:57:39 +0000 (06:57 +0000)
Misc/NEWS
PCbuild/sqlite3.vcproj

index 54c481dadb776ac827d1b99f230b55730d7cc541..f7c73b1ccad19635fc3abe6b54ecf05ff0442b46 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ================================
 
index e4d74e6f8353effb285d05993d636f9e21dd59b4..2a64fffe304324e98adad7cf9d838e1a24d319b5 100644 (file)
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               OutputFile="$(OutDir)\$(ProjectName).dll"
                        />
                        <Tool
                                Name="VCALinkTool"
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               OutputFile="$(OutDir)\$(ProjectName).dll"
                        />
                        <Tool
                                Name="VCALinkTool"