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 sdeibel
Recipients sdeibel
Date 2014-02-12.14:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392215215.12.0.500409077942.issue20609@psf.upfronthosting.co.za>
In-reply-to
Content
The changes made in Issue19788 break the ability to build x64 build target on a 32-bit Windows machine because PreBuildEvent entries in pythoncore.vcxproj end up trying to run the 64-bit kill_python.exe, causing critical build steps to fail.  Removing those PreBuildEvents by manually editing pythoncore.vcxproj served as a work-around.
History
Date User Action Args
2014-02-12 14:26:55sdeibelsetrecipients: + sdeibel
2014-02-12 14:26:55sdeibelsetmessageid: <1392215215.12.0.500409077942.issue20609@psf.upfronthosting.co.za>
2014-02-12 14:26:55sdeibellinkissue20609 messages
2014-02-12 14:26:54sdeibelcreate