Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/format/example/Jamfile @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

File size: 717 bytes
Line 
1#  Boost.Bind Library test Jamfile
2#
3#  Copyright (c) 2003 Samuel Krempp
4#
5#  Permission to copy, use, modify, sell and distribute this software
6#  is granted provided this copyright notice appears in all copies.
7#  This software is provided "as is" without express or implied
8#  warranty, and with no claim as to its suitability for any purpose.
9
10subproject libs/format/example ;
11
12exe sample_formats
13    : sample_formats.cpp
14    : <include>$(BOOST_ROOT)
15    ;
16
17exe sample_advanced
18    : sample_advanced.cpp
19    : <include>$(BOOST_ROOT)
20    ;
21
22exe sample_new_features
23    : sample_new_features.cpp
24    : <include>$(BOOST_ROOT)
25    ;
26
27exe sample_userType
28    : sample_userType.cpp
29    : <include>$(BOOST_ROOT)
30    ;
31
32
Note: See TracBrowser for help on using the repository browser.