$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Kirill Lapshin (gclbb-jamboost_at_[hidden])
Date: 2003-07-13 19:21:35
Vladimir Prus wrote:
> - Bug which prevented linking to system libraries with '.a' suffix on
> windows was fixed.
This one still seems to be around. It uses .a lib if compiler is gcc,
but for msvc still replaces extension to .lib, even though lib
declaration reads:
lib atlas
:
: <file>$(ATLAS_DIR)lib/$(ATLAS_ARCH)/libatlas.a
:
: <include>$(ATLAS_DIR)include
;
--Kirill