ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
RE: [boost] Bjam help
by Dirk Griffioen other posts by this author
Aug 24 2003 7:10AM messages near this date
[boost] Bjam help | RE: [boost] Bjam help
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)


Dirk Griffioen


-----Original Message-----
From: boost-bounces@[...].org
[mailto:boost-bounces@[...].org]On Behalf Of Paul Hamilton
Sent: Sunday, August 24, 2003 7:42 AM
To: boost@[...].org
Subject: [boost] Bjam help



If I have a rule:

exe browser : structureparser.cpp tagreader.cpp
			;

How do I then copy the file that was created above somewhere else?

I tried to get "InstallBin" or "InstallInto" to work but I couldn't
grock it.

I tried this:

InstallBin $(PROJECT_ROOT)/tools/browser/bin/browser.app/Contents/MacOS
:
$(PROJECT_ROOT)/tools/browser/bin/browser/darwin/debug/runtime-link-
dynamic/browser ;
InstallBin $(PROJECT_ROOT)/tools/browser/bin/browser.app/Contents/MacOS
: browser ;

etc.

Basically I want to copy the exe made in the first rule to another
place whenever it's built.

Paul.

---------------------
Paul Hamilton
pHamtec P/L - Software Makers
http://www.phamtec.com/
mailto:paul@[...].com

The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.
-----------------------------------------------------

_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Paul Hamilton
Dirk Griffioen
Rene Rivera

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved