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 21local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; 22 23use-project /libx : ../libx/src ; 24 25project 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 44build-project main ; 45 46