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 jkloth
Recipients jkloth
Date 2012-06-18.14:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340030896.31.0.399200852267.issue15102@psf.upfronthosting.co.za>
In-reply-to
Content
The buildbot scripts do not work for the 64-bit targets.

Firstly, the "/p:UseEnv=True" parameter to msbuild causes the 32-bit only projects (make_buildinfo and make_versioninfo) to fail due to architecture mismatch.  The scripts now unconditionally build those projects using the 32-bit command-line tools.

The make_versioninfo project wasn't completely converted to be 32-bit only (issue9981); it would work correctly only from the IDE.  This fixes that and removes the Debug configuration as that was already #ifdef'd in the generated .h file.
History
Date User Action Args
2012-06-18 14:48:16jklothsetrecipients: + jkloth
2012-06-18 14:48:16jklothsetmessageid: <1340030896.31.0.399200852267.issue15102@psf.upfronthosting.co.za>
2012-06-18 14:48:15jklothlinkissue15102 messages
2012-06-18 14:48:14jklothcreate