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 Szabolcs Dombi
Recipients Szabolcs Dombi, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-10.16:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468169347.46.0.375922519741.issue27475@psf.upfronthosting.co.za>
In-reply-to
Content
define_macros will generate parameters like -D
msvc compilers expect /D and ignore -D

link:
https://msdn.microsoft.com/en-us/library/hhzbb5c8.aspx
History
Date User Action Args
2016-07-10 16:49:07Szabolcs Dombisetrecipients: + Szabolcs Dombi, paul.moore, tim.golden, zach.ware, steve.dower
2016-07-10 16:49:07Szabolcs Dombisetmessageid: <1468169347.46.0.375922519741.issue27475@psf.upfronthosting.co.za>
2016-07-10 16:49:07Szabolcs Dombilinkissue27475 messages
2016-07-10 16:49:06Szabolcs Dombicreate