Andre Heider <[EMAIL PROTECTED]> added the comment: 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. _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4120> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com