[Scons-users] dep defintions

Mats Wichmann mats at wichmann.us
Mon Jun 15 09:14:38 EDT 2020


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.



More information about the Scons-users mailing list