On Tue, 15 Feb 2005 12:42:09 -0500, Jesse Davis <[EMAIL PROTECTED]> wrote:
> Thanks for the help.  Is it possible to significantly shrink
> Python23.dll?  Under my current build, it's 1252k, which is a big chunk
> of a PPC's memory.  I don't need the console, or even
> bytecode-compilation, if all I run are pre-compiled pyc's, right?  So
> I'm hoping there's a smaller "minimal" build for me.
> 
> I've tried removing some of the .obj files from
> PCbuild\WinCE\binaries\ARMRel420\pythoncore, then running lib & link,
> but all the object files I've tried so far are referred to by obviously
> necessary files, like import.obj.  Is this as small as it gets?

I put a minimal bit of effort into this a few months ago, and got it
down to 900k or so, but it wasn't obvious how to cut it further.  I'm
certainly interested in such an effort.

-- 
Tim Lesher <[EMAIL PROTECTED]>
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to