[pywin32-bugs] [ pywin32-Patches-3511117 ] Allow to build with MSVC2010
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-03-25 21:23:25
|
Patches item #3511117, was opened at 2012-03-25 14:23 Message generated for change (Tracker Item Submitted) made by thierryba You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3511117&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thierry (thierryba) Assigned to: Nobody/Anonymous (nobody) Summary: Allow to build with MSVC2010 Initial Comment: Hi, I have a small patch that allows to build with newer versions of MSVC than 2008. Basically there are 2 little roblems with the current code: - /NOWIN98 doesn't exist any more - to generate a manifest, /MANIFESTFILE is not enough, one needs to pass /MANIFEST This change is still 100% compatible with MSVC2008 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=3511117&group_id=78018 |