diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 +0000 |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:53:41 +0000 |
commit | e81b82268629462814418388a627f28a660c0e0c (patch) | |
tree | 5f3d8cd5c90084b5d6fe9da7d2fa84895aa5be84 /PCbuild/make_versioninfo.vcproj | |
parent | e8b22bbf1bb091033b266f2c636433591bb226f8 (diff) | |
download | cpython-e81b82268629462814418388a627f28a660c0e0c.tar.gz |
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/make_versioninfo.vcproj')
-rw-r--r-- | PCbuild/make_versioninfo.vcproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PCbuild/make_versioninfo.vcproj b/PCbuild/make_versioninfo.vcproj index dcb922bf1e..e2b86c73f2 100644 --- a/PCbuild/make_versioninfo.vcproj +++ b/PCbuild/make_versioninfo.vcproj @@ -67,7 +67,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(SolutionDir)make_versioninfo.exe" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" SubSystem="1" @@ -211,7 +210,6 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="odbccp32.lib" OutputFile="$(SolutionDir)make_versioninfo_d.exe" ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" SubSystem="1" |