Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/example/make/readme.txt @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

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