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 aheider
Recipients aheider, koen, loewis
Date 2008-10-22.08:33:05
SpamBayes Score 2.7176874e-08
Marked as misclassified No
Message-id <1224664386.29.0.449774478583.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
Skipping the mt.exe call seems fine to me, but there's another solution
which might be better:

The automatic manifest binding comes from a "#pragma
comment(linker,"/manifestdependency:" directive in crtdefs.h. That can
be disabled by setting _CRT_NOFORCE_MANIFEST. This way all other
manifest dependencies stay in tact and it could be set for *.pyd builds
(instead of my patch).

TCL's manifest is a different problem. I do not use tkinter, but
according to PCbuild/readme.txt it should be possible to get rid of the
CRT dependency the same way: just set _CRT_NOFORCE_MANIFEST in the nmake
line.
History
Date User Action Args
2008-10-22 08:33:06aheidersetrecipients: + aheider, loewis, koen
2008-10-22 08:33:06aheidersetmessageid: <1224664386.29.0.449774478583.issue4120@psf.upfronthosting.co.za>
2008-10-22 08:33:05aheiderlinkissue4120 messages
2008-10-22 08:33:05aheidercreate