summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
commit08a9012352933e09b4e5338adbe802b814183758 (patch)
treed48730b0107a85b9f44a685bb9a9d7aea323f833 /PC/example_nt
parentc7d7136c695fd31d29a83fa2de5823c9202d9392 (diff)
downloadcpython-08a9012352933e09b4e5338adbe802b814183758.zip
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.gz
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.bz2
Bump version to 3.4.0 alpha 0.
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 fba00b6..df36341 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 python33.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python34.lib"
OutputFile=".\Release/example.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -105,7 +105,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initexample"
- AdditionalDependencies="odbc32.lib odbccp32.lib python33_d.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python34_d.lib"
OutputFile=".\Debug/example_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"