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.

Author zwelch
Recipients steve.dower, tim.golden, zach.ware, zwelch
Date 2015-01-19.16:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421685543.85.0.206748240906.issue23199@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, pe-i386 and pe-x86-64 are the respective 32-bit and 64-bit object formats.

Your commands seem reasonable.  With gendef, I just let it create a .def file with the same name (i.e. skip the '-' and redirection); in my mind, that reinforces the association between the dll and def files.  With dlltool, I did not have to use the -m flag (as x86-64 is the default for me), but I don't see anything wrong with being explicit.
History
Date User Action Args
2015-01-19 16:39:03zwelchsetrecipients: + zwelch, tim.golden, zach.ware, steve.dower
2015-01-19 16:39:03zwelchsetmessageid: <1421685543.85.0.206748240906.issue23199@psf.upfronthosting.co.za>
2015-01-19 16:39:03zwelchlinkissue23199 messages
2015-01-19 16:39:03zwelchcreate