[Patches] [ python-Patches-1577551 ] Add _ctypes, _ctypes_test, and _elementtree to VC6 build

SourceForge.net noreply at sourceforge.net
Sun Oct 15 13:53:54 CEST 2006


Patches item #1577551, was opened at 2006-10-15 10:26
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1577551&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: None
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Larry Hastings (lhastings)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add _ctypes, _ctypes_test, and _elementtree to VC6 build

Initial Comment:

Following patch #1576954:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1576954&group_id=5470

I've created VC6 .dsp files for _ctypes, _ctypes_test, and _elementtree.  VC6 builds now have all the same modules, and pass all the same tests, that the VC7 build does.  (Hooray?)

The zip file has three new files:
  _ctypes.dsp
  _ctypes_test.dsp
  _elementtree.dsp
And a replacement for one file:
  pcbuild.dsw
Since these all need to be checked in as binary, I've sent you the whole file(s) instead of diffs.

Note: the attached build files work for both 2.5 *and* 2.6.  I hope you check 'em in in both places.

Enjoy!

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-10-15 13:53

Message:
Logged In: YES 
user_id=21627

As Hirokazu Yamamoto points out, this still doesn't make the
VC6 build create all the modules that PCbuild creates, e.g.
sqlite3 is still missing. See also python.org/sf/1457736.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2006-10-15 10:53

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52336 and r52337.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1577551&group_id=5470


More information about the Patches mailing list