[issue22261] Concurrent Build when using MsBuild

2014-08-23 Thread Zachary Ware
Zachary Ware added the comment: On the other hand, I did fail to document that little gem. It should be added to the section about build.bat in PCbuild/readme.txt. -- assignee: -> docs@python components: +Documentation -Build nosy: +docs@python resolution: not a bug -> stage: resolve

[issue22261] Concurrent Build when using MsBuild

2014-08-23 Thread Zachary Ware
Zachary Ware added the comment: No need, you can supply it yourself :). Try 'PCbuild\build.bat -d -e /m'. That won't work on 3.4, but will on 3.5+; I specifically made sure extra arguments were passed along to msbuild when I rewrote PCbuild\build.bat a while back just so that this would work

[issue22261] Concurrent Build when using MsBuild

2014-08-23 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Python-bugs-list maili

[issue22261] Concurrent Build when using MsBuild

2014-08-23 Thread sbspider
New submission from sbspider: I was building the cpython code a while back, and noticed that the build system was using msbuild, when PCBuild\built.bad -e -d was ran. Upon further investigation, it seems that the /m compiler flag is not included. This flag would allow for concurrent builds, c