Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/test/direct-request-test/Jamfile @ 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: 436 bytes
Line 
1# Copyright 2002 Vladimir Prus
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5
6# This will link correctly only if symbol MACROS is defined when compiling
7# b.cpp. However, this is only possible if that symbol is requested
8# on command line and b.cpp is compiled with directly requested
9# properties.
10
11exe a : a.cpp b ;
12
13lib b : b.cpp ;
Note: See TracBrowser for help on using the repository browser.