Boost logo

Boost-Build :

From: C. Andy Martin (andy_at_[hidden])
Date: 2004-11-18 11:05:40


C. Andy Martin wrote:
> This problem occurs in a scenario where a DLL exports no symbols.

I just answered my own question by searching through the list archives
on gmane. Since the problem isn't with the build rules, but the stage
rules, I just modify SUFDLL as was suggested on the list long ago. My
solution in the main Jamfile for the project:

SUFDLL_HACK = $(SUFDLL) ;
if $(NT) { SUFDLL_HACK = .dll ; }

{
local SUFDLL = $(SUFDLL_HACK) ;
# define stage rules here
# stage ... ;
}

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk