source:
downloads/boost_1_33_1/tools/build/v2/test/direct-request-test/Jamfile2
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 299 bytes |
Line | |
---|---|
1 | |
2 | # This will link correctly only if symbol MACROS is not defined when |
3 | # compiling b.cpp. This tests if direct build request |
4 | # 'release <define>MACROS' to 'b' does not add 'MACROS' when 'b' |
5 | # is compiled with 'debug' -- the version needed by 'a'. |
6 | |
7 | exe a : a.cpp b : <variant>debug ; |
8 | |
9 | lib b : b.cpp ; |
Note: See TracBrowser
for help on using the repository browser.