Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/test/direct-request-test/Jamfile2 @ 32

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

updated boost from 1_33_1 to 1_34_1

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
7exe a : a.cpp b : <variant>debug ;
8
9lib b : b.cpp ;
Note: See TracBrowser for help on using the repository browser.