mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 08:22:15 +00:00
15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
|
|
# Skeleton for test configuration. If your local configuration
|
|
# interferes with testing, rename this files to 'test-system.jam'
|
|
# and tweak it. When tests are run, only this file will be loaded,
|
|
# while site-config.jam and user-config.jam will be ignored.
|
|
|
|
using gcc ;
|
|
using borland ;
|
|
|
|
using boostbook
|
|
: /home/ghost/Store/docbook/xsl
|
|
: /home/ghost/Store/docbook/dtd
|
|
: /home/ghost/Work/boost-rc/tools/boostbook
|
|
;
|
|
using doxygen ; |