$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Import Library from Def File - MSVC
From: Richard Opsal (ropsal_at_[hidden])
Date: 2011-02-07 21:03:18
I tried the two suggestions below for creating an import library.
Neither worked.
When I become more familiar with Boost Build, I'll try some mods to MSVC.JAM. Until then, I can manually create the import libraries I need.
Regards,
Richard
>>> Vladimir Prus <ghost_at_[hidden]> 02/07/11 11:15 AM >>>
> E.g. (untested)
>
> lib myImportLib : : <archiveflags>/DEF:Exports.def ;
I'd suggest trying:
import-lib myImportLib : : <archiveflags>/DEF:Exports.def ;
to make things more explicit. I've no idea whether it will work, either -- please
try and report back.
- Volodya