[New-bugs-announce] [issue2563] embed manifest in windows extensions
Mark Hammond
report at bugs.python.org
Sun Apr 6 15:52:29 CEST 2008
New submission from Mark Hammond <mhammond at users.sourceforge.net>:
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 :)
----------
assignee: mhammond
components: Distutils
files: embed_manifest.patch
keywords: patch, patch
messages: 65034
nosy: mhammond, tiran
severity: normal
status: open
title: embed manifest in windows extensions
type: feature request
versions: Python 2.6
Added file: http://bugs.python.org/file9962/embed_manifest.patch
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2563>
__________________________________
More information about the New-bugs-announce
mailing list