Re: using scons as a library

2008-02-08 Thread Miki
Hello Tim, > Hi, I've been reading up on the SCons build tool. It's intended to > work by the end-user calling 'scons' on a buildscript. However, I'd > like to use it from my own python project as an imported module, and > have my already-written classes use the Scons objects to take actions > wit

using scons as a library

2008-02-08 Thread Tim Arnold
Hi, I've been reading up on the SCons build tool. It's intended to work by the end-user calling 'scons' on a buildscript. However, I'd like to use it from my own python project as an imported module, and have my already-written classes use the Scons objects to take actions without an external scrip