$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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