Hi Russel,

yes the order can be important, depending on which variables and Builders are touched by the Tools. If both are working on disjunct sets of settings there shouldn't be a difference though...but it's better to not rely on this. There is no enforcement rule saying that Tools always have to work in an orthogonal way.

Best regards,

Dirk

On 11.11.2012 10:43, Russel Winder wrote:
When specifying a tool chain is the order important? For example,
should:

         Environment(tools=['gdc', 'gnulink'])

be the same or different from:

         Environment(tools=['gnulink', 'gdc'])

Thanks.


_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
http://two.pairlist.net/mailman/listinfo/scons-dev

_______________________________________________
Scons-dev mailing list
Scons-dev@scons.org
http://two.pairlist.net/mailman/listinfo/scons-dev

Reply via email to