diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:34:13 (GMT) |
commit | 08a9012352933e09b4e5338adbe802b814183758 (patch) | |
tree | d48730b0107a85b9f44a685bb9a9d7aea323f833 /PC/example_nt | |
parent | c7d7136c695fd31d29a83fa2de5823c9202d9392 (diff) | |
download | cpython-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.vcproj | 4 |
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"
|