Boost logo

Boost-Build :

From: King, Steven R (steven.r.king_at_[hidden])
Date: 2006-03-10 03:40:05


Sure. The way I do this is to create a "makefile" type project. It's a
subcategory under "general". Bring all your sources into this new
project. Then, in the project properties, you can issue anything you
like in the NMake command line boxes. Lump multiple commands together
on one line with &&, such as "foo && bar". Output is captured just as
with traditional projects, you can double-click to jump to errors, etc.

One last tip, the shell spawned by VS does not setup environment
variables properly. To find all the tools, libs, etc, add "vcvars32.bat
&&" to the front of your command lines.

-----Original Message-----
From: boost-build-bounces_at_[hidden]
[mailto:boost-build-bounces_at_[hidden]] On Behalf Of Graly, Marcus
(US SSA)
Sent: Thursday, March 09, 2006 8:29 AM
To: boost-build_at_[hidden]
Subject: [Boost-build] Invoking Boost from within the MSVS IDE?

Sorry this is a bit of a newbie question, but is it possible to
configure Microsoft Visual Studio to invoke bjam instead of nmake when
you build a solution or do you have to do so separately from the command
line?

Thanks,

Marcus

_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build


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