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:[EMAIL PROTECTED]

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

Reply via email to