| Line | |
|---|
| 1 | |
|---|
| 2 | Example of a simple project, which builds an executable using g++. |
|---|
| 3 | All the transformations are specified explicitly. |
|---|
| 4 | It illustrates the use of project identifiers to refer to other targets |
|---|
| 5 | and also project requirements. |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | Interesting commands would be |
|---|
| 9 | |
|---|
| 10 | bjam |
|---|
| 11 | bjam release |
|---|
| 12 | bjam release clean |
|---|
| 13 | bjam release debug-symbols=on |
|---|
| 14 | |
|---|
| 15 | Also, you can use jam's "-n" option to check if "debug"/"release" have any |
|---|
| 16 | effect on commands executed. (Note that "-n" should go before any non-option |
|---|
| 17 | elements on command line). |
|---|
Note: See
TracBrowser
for help on using the repository browser.