[issue25921] project files for wininst-14.0*.exe don't exist

2015-12-21 Thread Mark Hammond
Mark Hammond added the comment: Awesome, thanks, sorry I missed that. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue25921] project files for wininst-14.0*.exe don't exist

2015-12-21 Thread Zachary Ware
Zachary Ware added the comment: The project file was moved to PC/bdist_wininst/bdist_wininst.vcxproj. See 55e5be11264e. It's still included in the build solution, but not in the project used for building from the command line. -- nosy: +zach.ware resolution: -> not a bug stage: ->

[issue25921] project files for wininst-14.0*.exe don't exist

2015-12-21 Thread Mark Hammond
New submission from Mark Hammond: Revision 34b35aa1967d pushed new versions of wininst-14.8*.exe, but didn't include the VS project files required to build it, thus meaning it can't reasonably be built from the source tree. -- components: Build messages: 256823 nosy: mhammond, steve.do