Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/test/test-config-example.jam @ 12

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

added boost

File size: 486 bytes
Line 
1
2# Skeleton for test configuration. If your local configuration
3# interferes with testing, rename this files to 'test-system.jam'
4# and tweak it. When tests are run, only this file will be loaded,
5# while site-config.jam and user-config.jam will be ignored.
6
7using gcc ;
8using msvc : : "P:/Program Files/Microsoft Visual Studio/vc98" : : vcvars32-p.bat ;
9using borland ;
10
11using boostbook
12     : /home/ghost/build/docbook/xsl
13     : /home/ghost/build/docbook/dtd
14    ;
15using doxygen ;
Note: See TracBrowser for help on using the repository browser.