source:
downloads/boost_1_33_1/tools/build/v2/test/direct-request-test/Jamfile
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | |
2 | # This will link correctly only if symbol MACROS is defined when compiling |
3 | # b.cpp. However, this is only possible if that symbol is requested |
4 | # on command line and b.cpp is compiled with directly requested |
5 | # properties. |
6 | |
7 | exe a : a.cpp b ; |
8 | |
9 | lib b : b.cpp ; |
Note: See TracBrowser
for help on using the repository browser.