Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/build/v2/test/test-config-example.jam @ 32

Last change on this file since 32 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 643 bytes
Line 
1# Copyright 2004, 2005, 2006 Vladimir Prus
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5
6# Skeleton for test configuration. If your local configuration
7# interferes with testing, rename this files to 'test-system.jam'
8# and tweak it. When tests are run, only this file will be loaded,
9# while site-config.jam and user-config.jam will be ignored.
10
11using gcc ;
12using borland ;
13
14using boostbook
15     : /home/ghost/Store/docbook/xsl
16     : /home/ghost/Store/docbook/dtd
17     : /home/ghost/Work/boost-rc/tools/boostbook
18     ;
19using doxygen ;
Note: See TracBrowser for help on using the repository browser.