summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-05-28 22:30:03 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-05-28 22:30:03 (GMT)
commit41a6a625d488fee413427f9bf682c199dce97be7 (patch)
tree436da690cd8510300241f987340c6b85ed861e6e /PC/example_nt
parent7a219110e6b9972a96e78e389e243c5cecfcfccc (diff)
downloadcpython-41a6a625d488fee413427f9bf682c199dce97be7.zip
cpython-41a6a625d488fee413427f9bf682c199dce97be7.tar.gz
cpython-41a6a625d488fee413427f9bf682c199dce97be7.tar.bz2
Update Windows build for 3.6
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 d82f76e..958eb78 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 python35.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python36.lib"
OutputFile=".\Release/example.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -105,7 +105,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initexample"
- AdditionalDependencies="odbc32.lib odbccp32.lib python35_d.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python36_d.lib"
OutputFile=".\Debug/example_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"