[Scons-users] download builder - tips
Philipp Kraus
philipp.kraus at flashpixx.de
Wed Apr 10 14:40:03 EDT 2013
Am 10.04.2013 um 18:02 schrieb Dirk Bächle:
> Hi Phil,
>
> On 10.04.2013 16:16, Philipp Kraus wrote:
>>
>> [...]
>>
>>
>> I have checked my target list, the list, which is created by the unpacking tool can be stored a file- or dirname
>> more than one, so the target list is not unique.
>> So I do before the return call in the emitter list(set(target)) for uniquifing my target list.
>>
>> But I get a warning if I add my builder to the environment:
>> No dependency generated for file: <eg stdlib.h>
>>
>
> did you already try to search the web, and if yes, which terms did you use?
Yes, I have found that the Scanner.C generates the error, I think, it can be a solution with SideEffect and/or ParseDepends.
I think a SideEffect can help, but I can not create a working solution. Is this the correct idea?
Phil
More information about the Scons-users
mailing list