[Scons-dev] tracking command line argument changes in a custom tool ?

2014-04-11 Thread Ram Bhamidipaty
How do I track build variable changes in a tool ? In my case I have a tool that I invoke like this: env.MyTool(file.o [file.c], V1=1, V2=2, ...) The tool is a bit complicated - I use Builder() objects to construct a file that contains the command line arguments for the compiler and then I

Re: [Scons-dev] tracking command line argument changes in a custom tool ?

2014-04-11 Thread Dirk Bächle
Hi Ram, On 11.04.2014 21:06, Ram Bhamidipaty wrote: How do I track build variable changes in a tool ? In my case I have a tool that I invoke like this: env.MyTool(file.o [file.c], V1=1, V2=2, ...) The tool is a bit complicated - I use Builder() objects to construct a file that contains the