Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-11-12 13:39:04


Hi All,

I have the following jam file:

------
lib core
     :
         ...
     :
         <link>shared
         <def-file>core.def
     ;

install dist
     :
         core
     :
         <location>bin
         <install-type>SHARED_LIB
         <install-dependencies>on
     ;
------

After executing 'bjam --v2 dist' I get two files in 'bin' instead of one:

core.dll
core.def <-- why ???

How can I fix this?

Best regards/Venlig hilsen,
   Alexey Pakhunov.

 


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