$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2008-05-25 05:26:37
Hi!
Andrej van der Zee schrieb:
> Now I am wondering how bjam is invoked on
> Windows. In particular, can I use bjam in Visual
> Studio to drive the build process? Is there a
> recommended way to work with bjam on Windows?
There is no recommended way, but you can invoke bjam many ways:
- sometimes I use bjam from the DOS box
- a fellow has created a VS makefile project that uses bjam
- I use Eclipse CDT makefile projects and the bjam eclipse plugin
Regards,
Frank