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 steve.dower
Recipients BreamoreBoy, christian.heimes, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-04-16.22:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429221980.64.0.935146373361.issue23970@psf.upfronthosting.co.za>
In-reply-to
Content
So it looks like what I should do is use the include_dirs and library_dirs members from CCompiler so they can be set through other properties.

The extra arguments are passed into compile() as extra_preargs and extra_postargs, though I'm not entirely sure where they come from. I'd rather figure out how to use those than invent a new way of specifying them (FWIW, they've always been supported by the various msvccompiler implementations).
History
Date User Action Args
2015-04-16 22:06:20steve.dowersetrecipients: + steve.dower, lemburg, paul.moore, christian.heimes, tim.golden, BreamoreBoy, zach.ware
2015-04-16 22:06:20steve.dowersetmessageid: <1429221980.64.0.935146373361.issue23970@psf.upfronthosting.co.za>
2015-04-16 22:06:20steve.dowerlinkissue23970 messages
2015-04-16 22:06:20steve.dowercreate