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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, jkloth, kristjan.jonsson, sbt
Date 2012-07-27.17:26:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343409994.25.0.407720538498.issue15431@psf.upfronthosting.co.za>
In-reply-to
Content
(Sorry for the previous message, it was wrong, and I also pressed the wrong button...)

A Unix Makefile cannot stand circular dependencies, so _freezeimportlib.c cannot depend on frozen.o.  OTOH it's not simple to have almost-similar list of files on VS projects (here we need all-of-python-but-frozen.c), so your solution is not bad either.
Please check that python33.dll is not always rebuilt each time you hit F7, though.
History
Date User Action Args
2012-07-27 17:26:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson, jkloth, brian.curtin, sbt
2012-07-27 17:26:34amaury.forgeotdarcsetmessageid: <1343409994.25.0.407720538498.issue15431@psf.upfronthosting.co.za>
2012-07-27 17:26:33amaury.forgeotdarclinkissue15431 messages
2012-07-27 17:26:33amaury.forgeotdarccreate