[Scons-users] Linking a subset of common object files

Ale Strooisma a.strooisma at student.utwente.nl
Thu Apr 28 10:15:56 EDT 2016


Interesting solution, I will definitely give it a look, thanks. I had hoped
to be able to use the already existing dependency tree by SCons though - I
suppose that would reduce the overhead and I really can't stand build times
;-)

If anyone knows how I could use the dependency tree, I'm highly interested,
as I have no idea how to access it.

On 28 April 2016 at 14:14, Viktor Dick <viktordick86 at gmail.com> wrote:

> On 2016-04-28 09:53, Ale Strooisma wrote:
> > This makes me think: this is precisely the kind of problem I use a smart
> > build system for! Now I realize that figuring out the dependencies for
> > linking is non-trivial. I noticed however that for each object file that
> > needs to be linked, the main source file depends (directly or
> > indirectly) on the a header file with the same name, save for the
> > extension. And a dependency tree for those header files exists. Is there
> > a way to use this?
>
> Hi,
> I attached my solution, reduced to the relevant parts. Maybe you find it
> helpful.
>
> Regards,
> Viktor
>
> _______________________________________________
> 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/20160428/7ce55f8a/attachment-0001.html>


More information about the Scons-users mailing list