Boost logo

Boost Users :

Subject: Re: [Boost-users] Is there a way to generate the library names used byauto_link.hpp
From: John Maddock (john_at_[hidden])
Date: 2008-10-22 04:34:34


Patrick Harris wrote:
>> I'd like to be able to use the generated library names to
>> automatically add a linker delay load option but the auto_link.hpp
>> file undefs the lib name and some of the other defines used. Is
>> there a supported way of getting the generated names other than
>> duplicating and customising bits of the auto_link.hpp file?

The short answer is no there isn't: the issue is that auto_link.hpp gets
included multiple times (once for each library) so it really does need to
clean up after itself.

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net