]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/railsys/program/jamfile.jam
buildsys: change download over to reef release
[ceph.git] / ceph / src / boost / tools / build / test / railsys / program / jamfile.jam
1 # ================================================================
2 #
3 # Railsys
4 # --------------
5 #
6 # Copyright (c) 2002 Institute of Transport,
7 # Railway Construction and Operation,
8 # University of Hanover, Germany
9 # Copyright (c) 2006 Jürgen Hunold
10 #
11 # Distributed under the Boost Software License, Version 1.0.
12 # (See accompanying file LICENSE_1_0.txt or copy at
13 # http://www.boost.org/LICENSE_1_0.txt)
14 #
15 # 02/21/02! Jürgen Hunold
16 #
17 # $Id$
18 #
19 # ================================================================
20
21 local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
22
23 use-project /libx : ../libx/src ;
24
25 project program
26 : requirements
27 <include>$(BOOST_ROOT)
28 <threading>multi
29 <library>/qt3//qt
30 <hardcode-dll-paths>true
31 <stdlib>stlport
32 <use>/libx
33 <library>/libx//libx
34
35 : usage-requirements
36 <include>$(BOOST_ROOT)
37 :
38 default-build release
39 <threading>multi
40 <library>/qt3//qt
41 <hardcode-dll-paths>true
42 ;
43
44 build-project main ;
45