Alexander Riccio added the comment: > OK, let's move this to patch needed, then, and see if anyone is ambitious > enough to do the work needed to make it useful to us :)
I can try and hack it in, just as proof of concept. I think I should just be able to add something like: /p:EnablePREfast=%EnablePREfast%^ ...along with something like: if "%~1"=="--enable-code-analysis" (set EnablePREfast=true) & shift & goto CheckOpts God I hate batch scripting. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25847> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com