$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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 ;