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 ocean-city
Recipients amaury.forgeotdarc, christian.heimes, loewis, ocean-city
Date 2008-04-05.08:01:44
SpamBayes Score 0.0069165276
Marked as misclassified No
Message-id <1207382506.15.0.676700347934.issue2065@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know why, but
/D "MODULE_NAME=\"sqlite3\""
is troublesome. VC6 IDE expands this to
#define MODULE_NAME " sqlite3".

To workaround this, I used
/D MODULE_NAME=\"sqlite3\"
instead in sqlite3.dsp.
History
Date User Action Args
2008-04-05 08:01:46ocean-citysetspambayes_score: 0.00691653 -> 0.0069165276
recipients: + ocean-city, loewis, amaury.forgeotdarc, christian.heimes
2008-04-05 08:01:46ocean-citysetspambayes_score: 0.00691653 -> 0.00691653
messageid: <1207382506.15.0.676700347934.issue2065@psf.upfronthosting.co.za>
2008-04-05 08:01:44ocean-citylinkissue2065 messages
2008-04-05 08:01:44ocean-citycreate