[issue4431] Distutils MSVC doesn't create manifest file

Steve Dower report at bugs.python.org
Fri Jan 2 19:49:54 CET 2015


Steve Dower added the comment:

It shouldn't be necessary for VS 2010 and later, and the `extra_link_args=['/MANIFEST']` workaround should be sufficient for cases where it is necessary (specific dependencies other than MSVCRT that require manifests).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4431>
_______________________________________


More information about the Python-bugs-list mailing list