[Scons-users] Equivalent of 'Builder' in SConscript while writing a tool

William Blevins wblevins001 at gmail.com
Wed Dec 13 23:01:19 EST 2017


Have you taken a look here? https://github.com/SCons/scons/wiki/ToolsForFools

V/R,
William

On Wed, Dec 13, 2017 at 10:13 AM, Gaurav Juvekar
<gauravjuvekar at gmail.com> wrote:
> 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
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users


More information about the Scons-users mailing list