Boost logo

Boost-Build :

From: Jorge Suit Perez Ronda (josp.jorge_at_[hidden])
Date: 2006-11-14 05:30:31


Hello I'm trying to do the following

rule default_build
{
  local props ;
  if [ os.on-windows ]
  {
    props = <link>static <runtime-link>static <threading>multi ;
  }
  return $(props) ;
}

lib mylib
   : [ mysources ]
   :
   : [ default_build ]

but when I issue

"bjam release"

it appears that the default-build values are not used, when compiling
with msvc /MD is used insted of /MT as <runtime-link>static imply

any idea about what i'm doing wrong?

best regards,

Jorge


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