[Distutils] wish list

Mark Hammond mhammond@skippinet.com.au
Sun, 16 Jan 2000 19:58:13 -0800


Michael wrote:

> "Paul F. Dubois" wrote:
> >
> > Here's my wish list after some use of Distutils-0.1.2
> >
> > 1. The object files should go in some subdirectory of build so
> that I can clean
> > up by just blowing away that directory.
>
> I'd rather see a "clean" command - delete all generated files.

Id rather see both!  I hate having object files with the sources, but more
to the point, a seperate directory better supports debug and release
builds - which is very important on Windows, and presumably quite important
everywhere else...

Mark.