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 mhammond
Recipients christian.heimes, mhammond
Date 2008-04-06.13:52:26
SpamBayes Score 0.07271381
Marked as misclassified No
Message-id <1207489949.8.0.458848189984.issue2563@psf.upfronthosting.co.za>
In-reply-to
Content
The move to vs2008 has caused .manifest files to be created next to
distutils created extensions modules, rather than being embedded as
recommended by Microsoft.

See http://msdn2.microsoft.com/en-us/library/ms235591(VS.80).aspx

The attached patch achieves this by telling the compiler to generate the
manifest in the temp dir, them embeds that manifest using mt.exe

Adding Christian for comment (hopefully the correct Christian this time
  - sorry about that :)
History
Date User Action Args
2008-04-06 13:52:30mhammondsetspambayes_score: 0.0727138 -> 0.07271381
recipients: + mhammond, christian.heimes
2008-04-06 13:52:29mhammondsetspambayes_score: 0.0727138 -> 0.0727138
messageid: <1207489949.8.0.458848189984.issue2563@psf.upfronthosting.co.za>
2008-04-06 13:52:28mhammondlinkissue2563 messages
2008-04-06 13:52:27mhammondcreate