Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/test/example/env/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: 683 bytes
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/env/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 need_typed_access ;
Note: See TracBrowser for help on using the repository browser.