summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-06-30 06:57:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-06-30 06:57:39 (GMT)
commitd84fd9599db4aed9cbf3d349f71cc9a399198c19 (patch)
tree6aed9a8a8d3dfaeef68b1dadf8ef57773962ac23 /PCbuild
parent763d309bba339c8609484c1cb03942ba684aa40c (diff)
downloadcpython-d84fd9599db4aed9cbf3d349f71cc9a399198c19.zip
cpython-d84fd9599db4aed9cbf3d349f71cc9a399198c19.tar.gz
cpython-d84fd9599db4aed9cbf3d349f71cc9a399198c19.tar.bz2
Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/sqlite3.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/sqlite3.vcproj b/PCbuild/sqlite3.vcproj
index e4d74e6..2a64fff 100644
--- a/PCbuild/sqlite3.vcproj
+++ b/PCbuild/sqlite3.vcproj
@@ -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"