Message75071
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. |
|
Date |
User |
Action |
Args |
2008-10-22 08:33:06 | aheider | set | recipients:
+ aheider, loewis, koen |
2008-10-22 08:33:06 | aheider | set | messageid: <1224664386.29.0.449774478583.issue4120@psf.upfronthosting.co.za> |
2008-10-22 08:33:05 | aheider | link | issue4120 messages |
2008-10-22 08:33:05 | aheider | create | |
|