diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 21:58:20 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 21:58:20 (GMT) |
commit | 6fd3321d6c2d374f4d46534e630b822e7da4310e (patch) | |
tree | 6f04045376015087987450739496240e89e7880b /PCbuild/make_versioninfo.vcproj | |
parent | 35113883150706f6e14f0caed99cd372fdabf33b (diff) | |
download | cpython-6fd3321d6c2d374f4d46534e630b822e7da4310e.zip cpython-6fd3321d6c2d374f4d46534e630b822e7da4310e.tar.gz cpython-6fd3321d6c2d374f4d46534e630b822e7da4310e.tar.bz2 |
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 dcb922b..e2b86c7 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" |