Bob Friesenhahn writes:
> In my opinion, convenience libraries are evil (they dramatically slow
> down the build) and it is better to use a non-recursive build, using
> Makefile variables to list the required object files in the link rather
> than using a convenience library.
The only annoyance
On Wed, 21 May 2014, Zé wrote:
Is there a way to specify dependencies between convenience libraries, and
also set the relevant include paths?
Convenience libraries do not have normal dependencies because they are
not used as libraries (they are just bundled object files). However,
you can u
Is there a way to specify dependencies between convenience libraries,
and also set the relevant include paths?
Thanks,
Zé