|
Boost-Build : |
Subject: Re: [Boost-build] dll depends on executable with several exported symbols
From: Anatoly Shirokov (shirokov_a_at_[hidden])
Date: 2009-05-05 08:12:16
I have solved the problem. Here is the patch of the msvc.jam file:
--- generators.register-linker msvc.link : OBJ SEARCHED_LIB STATIC_LIB
IMPORT_LIB : EXE : <toolset>msvc ;
+++ generators.register-linker msvc.link : OBJ SEARCHED_LIB STATIC_LIB
IMPORT_LIB : EXE IMPORT_LIB : <toolset>msvc ;
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