[Scons-users] Problem adding a dependency

Mark McWiggins mark at pythonsoftwarewa.com
Wed May 20 00:27:39 EDT 2015


I misspoke; it's the IDL files that should get rebuilt when the XML changes.

Sorry about that.

--
Mark McWiggins
mark at pythonsoftwarewa.com
http://www.pythonsoftwarewa.com
+1 425 369 8286 (voice/text/vm)

On Tue, May 19, 2015 at 5:24 PM, Dirk Bächle <tshortik at gmx.de> wrote:

> Hi Mark,
>
> On 20.05.2015 01:50, Mark McWiggins wrote:
>
>> Hi All,
>>
>> I'm trying to make sure that some XML files are always rebuilt when the
>> IDL result file that the IDL process that
>> gets kicked off is changed. My SConscript file:
>>
>> [...]
>>
>> tgt = e.Command('result_Autogen.idl','stcCore.xml',  doStcCore)
>>
>>
> if you want to rebuild the XML file(s) (=target) when the IDL (=source)
> changes, shouldn't this be
>
>   tgt = e.Command('stcCore.xml', 'result_Autogen.idl',  doStcCore)
>
> then?
>
> Best regards,
>
> Dirk
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20150519/89f33167/attachment-0001.html>


More information about the Scons-users mailing list