Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/example/cla/validation/Jamfile @ 12

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

added boost

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#  (C) Copyright Gennadiy Rozental 2001-2005.
2#  Use, modification, and distribution are subject to the
3#  Boost Software License, Version 1.0. (See accompanying file
4#  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5#
6#  See http://www.boost.org/libs/test for the library home page.
7
8subproject libs/test/example/cla/validation ;
9
10DEPENDS test : all ;
11
12rule boost-runtime-param-example ( example-name )
13{
14    exe $(example-name) : $(example-name).cpp
15                        : <sysinclude>$(BOOST_ROOT)
16                          <stlport-iostream>on
17                          <borland><*><cxxflags>-w-8080 ;
18}
19
20boost-runtime-param-example access_unknown ;
21boost-runtime-param-example ambiguous_access ;
22boost-runtime-param-example ambiguous_input ;
23boost-runtime-param-example definition_conflict ;
24boost-runtime-param-example invalid_short_name ;
25boost-runtime-param-example multiple_generators ;
26boost-runtime-param-example multiple_value_handlers ;
27boost-runtime-param-example opt_with_default_value ;
28boost-runtime-param-example optional_plus_multiplicable ;
29boost-runtime-param-example required_missing ;
30boost-runtime-param-example unexpected_input ;
31boost-runtime-param-example unexpected_repetition ;
Note: See TracBrowser for help on using the repository browser.