On Wed, Jan 21, 2009 at 00:12, Vetoshkin Nikita <[email protected]> wrote:
> Could you please point me source files where to look/digg:
> "configure" phase building and
> pypy-c executable building.
> As I see now, /MT flag I used applies to all compiled binaries and you
> suggest using it only during first building process?

Yes. My suggestion was that "standalone" builds should use /MD and
shared libraries ("not standalone")
use /MT.
But I realize that this would not solve all problems.

> Any ideas about building manifest file to proper msvcrt.dll linking?

I am currently trying to to it, borrowing ideas from cpython's code:
http://svn.python.org/view/python/trunk/Lib/distutils/msvc9compiler.py?rev=68081&view=markup
look for "manifest"

-- 
Amaury Forgeot d'Arc
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to