Boost logo

Boost :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2003-08-24 09:52:03


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk