2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00
Files
build/examples-v2/make
Vladimir Prus 3ea6e58550 Allow loading modules in the same directory to work in all cases.
* new/modules.jam (import) Use the directory of the calling module
        as additional search path element.
    * examples-v2/make/project-root.jam: Remove workaround.


[SVN r14879]
2002-08-15 07:11:29 +00:00
..
2002-08-14 11:45:35 +00:00
2002-08-14 11:45:35 +00:00
2002-08-14 11:45:35 +00:00
2002-08-14 11:45:35 +00:00
2002-08-14 11:45:35 +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).