# ================================================================ # # Railsys # -------------- # # Copyright (c) 2002 Institute of Transport, # Railway Construction and Operation, # University of Hanover, Germany # Copyright (c) 2006 Jürgen Hunold # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # # 02/21/02! Jürgen Hunold # # # ================================================================ local BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ; use-project /libx : ../libx/src ; project program : requirements $(BOOST_ROOT) multi /qt3//qt true stlport /libx /libx//libx : usage-requirements $(BOOST_ROOT) : default-build release multi /qt3//qt true ; build-project main ;