summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:49:27 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-05-30 14:49:27 (GMT)
commit802d45b6604b82ee636fdd795cc6a7d9e655855d (patch)
treec9d51cf8a24d9dbe295985d1823dc23efb1aa570 /PC/example_nt
parent5844436adfa48b91ccd328c0bfd6ab1237a1311d (diff)
parente90982111ae1accc2a2ecaae94650a1d16a772ff (diff)
downloadcpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.zip
cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.gz
cpython-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.bz2
Merge 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 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"