2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-24 17:52:26 +00:00
Files
build/example/make
Rene Rivera 127dce071b TABS, EOLs+EOFs.
[SVN r15177]
2002-09-06 14:40:30 +00:00
..
2002-08-14 11:45:35 +00:00
2002-08-14 11:45:35 +00:00
2002-09-06 14:40:30 +00:00
2002-08-14 11:45:35 +00:00
2002-09-06 14:40:30 +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).