Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-24 05:28:34


Jonathan de Halleux wrote:
> Is there a way to compile the ressource files (msvc or vc7) ?

Yep. Make sure you have

using rc ;

either in your site-config.jam or user-config.jam, or project-root.jam. After
that, adding 'rc' file to the list of sources should work:

exe hello : hello.cpp hello.rc ;

HTH,
Volodya

 


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