diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 (GMT) |
commit | 6166717fa44494460b3bb641f158fd92a614d1ae (patch) | |
tree | a1c1c9174f9b442ea3bde6fc6654116a275ce1ff /PCbuild/python.vcproj | |
parent | 167cb5796056c2996534265fe9e2d417935d6d89 (diff) | |
download | cpython-6166717fa44494460b3bb641f158fd92a614d1ae.zip cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.gz cpython-6166717fa44494460b3bb641f158fd92a614d1ae.tar.bz2 |
Merged revisions 64202 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64202 | amaury.forgeotdarc | 2008-06-12 23:58:20 +0200 (jeu., 12 juin 2008) | 5 lines
Update VS8.0 build files, using the script vs9to8.py.
Also remove references to odbc libraries, which are not shipped with vs2003 express.
(and certainly not useful)
........
Diffstat (limited to 'PCbuild/python.vcproj')
-rw-r--r-- | PCbuild/python.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj index f5f4605..85d2d9e 100644 --- a/PCbuild/python.vcproj +++ b/PCbuild/python.vcproj @@ -62,7 +62,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" @@ -136,7 +135,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" @@ -211,7 +209,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python_d.exe" SubSystem="1" StackReserveSize="2000000" @@ -287,7 +284,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python_d.exe" SubSystem="1" StackReserveSize="2100000" @@ -360,7 +356,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" @@ -435,7 +430,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" @@ -510,7 +504,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" @@ -585,7 +578,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(OutDir)\python.exe" SubSystem="1" StackReserveSize="2000000" |