Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/algorithm/minmax/example/Jamfile @ 13

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

added boost

File size: 393 bytes
Line 
1#  Boost.Minmax Library Example Jamfile
2#
3#  Copyright (C) 2002--2004, Herve Bronnimann
4#
5# Use, modification, and distribution is subject to the Boost Software
6# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8#
9
10subproject libs/algorithm/minmax/example ;
11
12exe minmax_ex : minmax_ex.cpp ;
13exe minmax_timer : minmax_timer.cpp ;
14
Note: See TracBrowser for help on using the repository browser.