[Scons-users] Equivalent of 'Builder' in SConscript while writing a tool
Gaurav Juvekar
gauravjuvekar at gmail.com
Wed Dec 13 10:13:15 EST 2017
Hi,
I have some SConscripts which repeatedly construct a Builder and then use it. Now, I want to make a tool from this logic. What should I use instead of the 'Builder' function within the tool?
Is it the same as SCons.Builder.Builder ?
Similarly, is the 'Scanner' function available in SConscripts the same as SCons.Scanner.Base?
--
Regards,
Gaurav Juvekar
More information about the Scons-users
mailing list