This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Remove ODBC library references from Windows build
Type: Stage:
Components: Windows Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, ncoghlan
Priority: normal Keywords: patch

Created on 2004-08-10 22:47 by ncoghlan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
no_odbc.diff ncoghlan, 2004-08-10 22:47 Remove ODBC references from VCPROJ files
Messages (2)
msg46658 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2004-08-10 22:47
The Windows build files currently reference odbc32.lib
and odbccp32.lib, even though Python doesn't need them.

This patch simply strips out those references from the
affected .vcproj files, which allows building with the
free Microsoft toolkits.

Patch was made from /dist/src.
msg46659 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-12 14:08
Logged In: YES 
user_id=21627

Thanks foir the patch. Committed as

_bsddb.vcproj 1.4
_socket.vcproj 1.4
_tkinter.vcproj 1.4
make_versioninfo.vcproj 1.4
pyexpat.vcproj 1.4
python.vcproj 1.4
select.vcproj 1.4
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40738
2004-08-10 22:47:49ncoghlancreate