[Scons-users] dep defintions
daggs
daggs at gmx.com
Mon Jun 15 09:28:35 EDT 2020
not sure I understand how can SideEffect improve the situation, can you explain please?
> Sent: Monday, June 15, 2020 at 4:14 PM
> From: "Mats Wichmann" <mats at wichmann.us>
> To: scons-users at scons.org
> Subject: Re: [Scons-users] dep defintions
>
> On 6/14/20 11:27 PM, daggs wrote:
> > Greetings Hans,
> >
> > Command('some/path/const.asm', './def_gen', './def_gen $TARGET'), will
> > probably work if def_gen generates only const.asm, but it doesn't, it
> > generates multiple const files with different entries.
> > so unless I can do this: Command(['some/path/const.asm', 'file1',
> > 'file2'], './def_gen', './def_gen $TARGET'), afaik, it is impossible to
> > define multiple targets.
>
> You can use SideEffect for this.
>
> _______________________________________________
> 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