RE: [boost] Bjam help
by Rene Rivera other posts by this author
Aug 24 2003 2:52PM messages near this date
RE: [boost] Bjam help
|
RE: [boost] converting Boost to other programming languages
[2003-08-24] Dirk Griffioen wrote:
> How about "stage"?
>
> say yo have a rule which make an exe named myexe:
>
> exe myexe : my1.cpp my2.cpp ;
>
> which is built in c:\myexe and you want it copied from
> c:\myexe\bin\<somewhere> to c:\myexe2, you use "stage":
>
> stage install : myexe : <location>c:\myexe2 ;
>
> However, this implies you are using boost-build version-2.0-m6
> (http://sourceforge.net/project/showfiles.php?group_id=7586)
With the CVS state of BBv1 it would be:
stage install : <exe> myexe : <locate>c:\myexe2 ;
-- grafik - Don't Assume Anything
-- rrivera (at) acm.org - grafik (at) redshift-software.com
-- 102708583 (at) icq
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Paul Hamilton
Dirk Griffioen
Rene Rivera
|