On Mon, Sep 28, 2009 at 3:53 AM, Kai Lautaportti <[email protected]> wrote: > Here's a patch against setup.py that unifies the environment variable > overrides in setup.py and adds some additional logic to it. > > The main changes are > > - all variables prefixed with SWFTOOLS_ to avoid conflicts with > other variables > - option to disable building of either Python module (gfx and/or SWF)
I took a look a the patch. Question: Why do you need conditional compilation of gfx/SWF? Is that to prevent compile problems with one or the other, or because you only need one and want to compile faster? Matthias
