2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Added missing/changed to Boost Software license.

Changed tests to use qt3 toolset.


[SVN r35399]
This commit is contained in:
Jürgen Hunold
2006-09-28 19:00:12 +00:00
parent 05edca84da
commit de04c65ce9
6 changed files with 41 additions and 27 deletions

View File

@@ -1,6 +1,13 @@
# 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)
# Tell that QT should be used. QTDIR will give installation
# prefix.
using qt ;
# Tell that Qt3 should be used. QTDIR will give installation prefix.
using qt3 ;

View File

@@ -2,10 +2,11 @@
# Railway Construction and Operation,
# University of Hanover, Germany
#
# Permission to copy, use, modify, sell and distribute this software is
# granted provided this copyright notice appears in all copies. This
# software is provided "as is" without express or implied warranty, and
# with no claim as to its suitability for any purpose.
# 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)
project libx
: requirements

View File

@@ -6,11 +6,11 @@
# Copyright (c) 2002 Institute of Transport,
# Railway Construction and Operation,
# University of Hanover, Germany
# Copyright (c) 2006 Jürgen Hunold
#
# Permission to copy, use, modify, sell and distribute this software is
# granted provided this copyright notice appears in all copies. This
# software is provided "as is" without express or implied warranty, and
# with no claim as to its suitability for any purpose.
# 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
#
@@ -26,7 +26,7 @@ project program
: requirements
<include>$(BOOST_ROOT)
<threading>multi
<library>/qt//qt
<library>/qt3//qt
<hardcode-dll-paths>true
<stdlib>stlport
<use>/libx
@@ -37,10 +37,9 @@ project program
:
default-build release
<threading>multi
<library>/qt//qt
<library>/qt3//qt
<hardcode-dll-paths>true
;
build-project main ;

View File

@@ -1,14 +1,14 @@
# Copyright (c) 2003 Institute of Transport,
# Railway Construction and Operation,
# University of Hanover, Germany
# Copyright (c) 2006 Jürgen Hunold
#
# Permission to copy, use, modify, sell and distribute this software is
# granted provided this copyright notice appears in all copies. This
# software is provided "as is" without express or implied warranty, and
# with no claim as to its suitability for any purpose.
# 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)
project liba ;
lib liba : test ../include/test_a.h ;
obj test : test_a.cpp : <optimization>off ;
obj test : test_a.cpp : <optimization>off ;

View File

@@ -1,12 +1,12 @@
# Copyright (c) 2002 Institute of Transport,
# Railway Construction and Operation,
# University of Hanover, Germany
# Copyright (c) 2006 Jürgen Hunold
#
# Permission to copy, use, modify, sell and distribute this software is
# granted provided this copyright notice appears in all copies. This
# software is provided "as is" without express or implied warranty, and
# with no claim as to its suitability for any purpose.
# 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)
project main ;
exe test_a : main.cpp ../liba//liba /libx ;
exe test_a : main.cpp ../liba//liba /libx ;

View File

@@ -1,7 +1,14 @@
# 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)
# Tell that QT should be used. QTDIR will give installation
# prefix.
using qt ;
# Tell that Qt3 should be used. QTDIR will give installation prefix.
using qt3 ;
# Not that good, but sufficient for testing
using stlport : : /path/to/stlport ;