libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: different object sets in shared and static libs


From: Brian Dessent
Subject: Re: different object sets in shared and static libs
Date: Wed, 11 Jun 2008 15:21:21 -0700

John Calcote wrote:

> Is there a way to specify additional objects (sources) for the shared
> library that will not be linked into the static library.

You could always wrap the entire contents of the file with "#ifdef
PIC".  The objects would still be in the static lib but they would be
essentially empty files.  I know, not the cleanest solution.  

Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]