$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jorge Suit Perez Ronda (josp_at_[hidden])
Date: 2006-07-07 06:49:27
Hello, I'm using
bjam --version
Boost.Build V2 (Milestone 10)
Boost.Jam 03.1.12
nightly build, downloaded July, 7 2006
I'm trying to build a static lib with msvc and I see (with -d2 flag)
that bjam is using the linker flag /MD, is that correct or should it
be /MT? or how can I force the objects file to be compiled with /MT?
Attached is a simple project to test.
thanks,
Jorge
using msvc ;
lib test_static : test_static.c ;