| Line | |
|---|
| 1 | # copyright John Maddock 2003 |
|---|
| 2 | |
|---|
| 3 | # |
|---|
| 4 | # this template defines the options common to |
|---|
| 5 | # all config builds and tests: |
|---|
| 6 | # |
|---|
| 7 | template config_options |
|---|
| 8 | : # sources |
|---|
| 9 | : # requirements |
|---|
| 10 | <sysinclude>$(BOOST_ROOT) |
|---|
| 11 | # como requires access to <windows.h>: |
|---|
| 12 | <como-win32><*><no-warn> |
|---|
| 13 | # threading tests require thread support turned on: |
|---|
| 14 | <threading>multi |
|---|
| 15 | ; |
|---|
| 16 | |
|---|
| 17 | template config_test_options |
|---|
| 18 | : # sources |
|---|
| 19 | <lib>../../test/build/boost_test_exec_monitor |
|---|
| 20 | <template>config_options |
|---|
| 21 | ; |
|---|
| 22 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.