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 trent
Recipients christian.heimes, loewis, trent
Date 2012-12-12.11:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355312590.66.0.754548661845.issue16668@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, the python3dll.vcxproj is bitrot and should be removed from pcbuild.sln.  It's a makefile target project that invokes ..\PC\python3.mak, which builds a target named python3.dll; however, pythoncore.vxcproj builds python34[_d].dll as a proper VS project.

(Additionally, the python3dll.vxcproj has no Debug configuration, which is what brought it to my attention in the first place.)

Christian/Martin: is this python3dll.vcxproj and resulting python3.dll still used or can it be safely removed from pcbuild.sln?
History
Date User Action Args
2012-12-12 11:43:10trentsetrecipients: + trent, loewis, christian.heimes
2012-12-12 11:43:10trentsetmessageid: <1355312590.66.0.754548661845.issue16668@psf.upfronthosting.co.za>
2012-12-12 11:43:10trentlinkissue16668 messages
2012-12-12 11:43:09trentcreate