summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-20 10:41:31 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-20 10:41:31 (GMT)
commitfa2c61a22279f286e6e3abee0581fe66eb812737 (patch)
treeff869387789a3960af9ba2dd46cca4e0e86e8668 /PC/example_nt
parent3ebb6b361553b1a786396189e92945a59075e51a (diff)
downloadcpython-fa2c61a22279f286e6e3abee0581fe66eb812737.zip
cpython-fa2c61a22279f286e6e3abee0581fe66eb812737.tar.gz
cpython-fa2c61a22279f286e6e3abee0581fe66eb812737.tar.bz2
More automated version replacement.
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 17714e3..a9b8f10 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 python26.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python33.lib"
OutputFile=".\Release/example.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
@@ -105,7 +105,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/export:initexample"
- AdditionalDependencies="odbc32.lib odbccp32.lib python26_d.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib python33_d.lib"
OutputFile=".\Debug/example_d.pyd"
LinkIncremental="1"
SuppressStartupBanner="TRUE"