summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-03-17 20:57:38 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-03-17 20:57:38 (GMT)
commit6373ba5199fe706f174aed482d77e2bb4b29e2f0 (patch)
treea0e0196e138f1197e1d7dc8e5e013307dbea4f50 /PC/example_nt
parent42867c73c9794f8f4968abef0572fd950748559c (diff)
downloadcpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.zip
cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.gz
cpython-6373ba5199fe706f174aed482d77e2bb4b29e2f0.tar.bz2
Bump Windows build to 3.5
Diffstat (limited to 'PC/example_nt')
-rw-r--r--PC/example_nt/example.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/example_nt/example.vcproj b/PC/example_nt/example.vcproj
index df36341..d82f76e 100644
--- a/PC/example_nt/example.vcproj
+++ b/PC/example_nt/example.vcproj
@@ -39,7 +39,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initexample"
- AdditionalDependencies="odbc32.lib odbccp32.lib python34.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python35.lib"
OutputFile=".\Release/example.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -105,7 +105,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initexample"
- AdditionalDependencies="odbc32.lib odbccp32.lib python34_d.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python35_d.lib"
OutputFile=".\Debug/example_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"