summaryrefslogtreecommitdiffstats
path: root/PCbuild/make_versioninfo.vcproj
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 21:58:20 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 21:58:20 (GMT)
commit6fd3321d6c2d374f4d46534e630b822e7da4310e (patch)
tree6f04045376015087987450739496240e89e7880b /PCbuild/make_versioninfo.vcproj
parent35113883150706f6e14f0caed99cd372fdabf33b (diff)
downloadcpython-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.vcproj2
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"