|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
645 bytes
|
| Rev | Line | |
|---|
| [29] | 1 | # Regression test status reporting tools build Jamfile |
|---|
| 2 | |
|---|
| 3 | exe process_jam_log |
|---|
| 4 | : |
|---|
| 5 | ../process_jam_log.cpp ../detail/tiny_xml.cpp |
|---|
| 6 | /boost/filesystem//boost_filesystem |
|---|
| 7 | : |
|---|
| 8 | : |
|---|
| 9 | release |
|---|
| 10 | ; |
|---|
| 11 | |
|---|
| 12 | exe compiler_status |
|---|
| 13 | : |
|---|
| 14 | ../compiler_status.cpp ../detail/tiny_xml.cpp |
|---|
| 15 | /boost/filesystem//boost_filesystem |
|---|
| 16 | : |
|---|
| 17 | : |
|---|
| 18 | release |
|---|
| 19 | ; |
|---|
| 20 | |
|---|
| 21 | install dist-bin |
|---|
| 22 | : |
|---|
| 23 | process_jam_log |
|---|
| 24 | compiler_status |
|---|
| 25 | : |
|---|
| 26 | <install-type>EXE |
|---|
| 27 | <location>../../../dist/bin |
|---|
| 28 | : |
|---|
| 29 | release |
|---|
| 30 | ; |
|---|
| 31 | |
|---|
| 32 | install dist-lib |
|---|
| 33 | : |
|---|
| 34 | process_jam_log |
|---|
| 35 | compiler_status |
|---|
| 36 | : |
|---|
| 37 | <install-type>LIB |
|---|
| 38 | <location>../../../dist/lib |
|---|
| 39 | : |
|---|
| 40 | release |
|---|
| 41 | ; |
|---|
Note: See
TracBrowser
for help on using the repository browser.