2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-31 20:12:19 +00:00
Files
build/example/make
Björn Karlsson 468b7d29e1 Added copyright statement
[SVN r17224]
2003-02-05 09:33:54 +00:00
..
2003-02-05 09:33:54 +00:00
2003-02-05 09:33:54 +00:00
2003-02-05 09:33:54 +00:00
2002-08-14 11:45:35 +00:00
2003-02-04 09:03:07 +00:00
2002-08-14 11:45:35 +00:00

Example of a simple project, which builds an executable using g++.
All the transformations are specified explicitly.
It illustrates the use of project identifiers to refer to other targets
and also project requirements.


Interesting commands would be

    bjam 
    bjam release
    bjam release clean
    bjam release debug-symbols=on

Also, you can use jam's "-n" option to check if "debug"/"release" have any
effect on commands executed. (Note that "-n" should go before any non-option
elements on command line).