[Scons-users] env.Command with build explicit build

Dirk Bächle tshortik at gmx.de
Sun Aug 12 06:54:25 EDT 2012


Hi Phil,

On 12.08.2012 11:16, Philipp Kraus wrote:

> On 2012-08-12 07:40:17 +0200, William Deegan said:

>

>> ....

>

> I know that scons creates the targets after the DAG is created and

> analysed. I need a "practial" idea to do this. I use external code

> which has got a own SConstruct, but this SConstruct

> has some errors and does not works on all platforms. This SConstruct

> builds a library and also there is a unix Makefile for building the

> library.


jugding from what you wrote so far, my "practical" idea would be to fix
the errors in the SConstruct. After all, you want to use SCons and *not*
make, right? Getting SCons to see all nodes/targets automatically, and
not having to manually inject dependencies, will make things much easier
for you.

Just my 2 cents...

Best regards,

Dirk



More information about the Scons-users mailing list