Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

(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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15431>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to