$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-07 05:07:47
Hello,
I need to build some dsp projects. Indeed I retrieve some 3rd parties
that are available with dsp. I want to know how to deal with that ?
My first intention is to create a new type (DSP) that when I retrieve it
I just launch the right msvc compiler on the dsp.
i do not know how to manage that....
I have in mind what will be my final result (or very close) :
exe myTarget : myDsp.dsp ; ==> this call DEVENV.EXE on the mydsp file
(in case of msvc 6.0 compiler used)
I really do not if it is possible to do that, and also how to do that.
Thanks in advance for your answers :)
TEMPLIE Cédric