$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: TEMPLIE Cédric (cedric.templie_at_[hidden])
Date: 2005-04-08 08:01:51
Hello :)
>
> Did you read:
>
> http://boost.org/boost-build2/doc/html/bbv2/extender.html#bbv2.extender.intro
>
> Should work for you with small modification in target names and actions.
>
This is not what I really need... Indeed, the dsp file is the file
format of microsoft visual studio project, I just need to call
devenv.exe on the dsp, that is all...
I mean that devenv.exe do not generate an exe, it will build the project.
A dsp file comes with a set of cpp files and so on...
Of course I can create a Jamfile to build the project, but as it is a
third party provide like that, I just want to tell boost system to build
this project with devenv.exe, and do not care with results... (something
like a basic system call..)
Thanks in advance
TEMPLIE Cédric