1# Copyright (c) 2002 Institute of Transport, 2# Railway Construction and Operation, 3# University of Hanover, Germany 4# Copyright (c) 2006 J�rgen Hunold 5# 6# Distributed under the Boost Software License, Version 1.0. 7# (See accompanying file LICENSE_1_0.txt or copy at 8# http://www.boost.org/LICENSE_1_0.txt) 9 10project main ; 11 12exe test_a : main.cpp ../liba//liba /libx ; 13