This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients alexis, brian.curtin, eric.araujo, jackjansen, jaraco, kristjan.jonsson, loewis, mark.dickinson, mhammond, python-dev, sable, santoso.wijaya, sbt, tarek, tim.golden
Date 2012-05-19.17:59:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337450380.02.0.990378950387.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
PCbuild/build.bat and Modules/_decimal/tests/runall.bat still use vcbuild instead of msbuild.

It also seems that if an external dependency is unavailable then msbuild can fail to build targets which do not depend on it.  For instance if I rename openssl-1.0.1c to something else, then this causes msbuild to fail without building ctypes.

I don't think vcbuild had this problem.
History
Date User Action Args
2012-05-19 17:59:40sbtsetrecipients: + sbt, loewis, mhammond, jackjansen, mark.dickinson, jaraco, kristjan.jonsson, sable, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis, python-dev
2012-05-19 17:59:40sbtsetmessageid: <1337450380.02.0.990378950387.issue13210@psf.upfronthosting.co.za>
2012-05-19 17:59:39sbtlinkissue13210 messages
2012-05-19 17:59:39sbtcreate