mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
* build/toolset.jam (using): Move to... * build/project.jam (_using): ... here. (project-context.using, import): New rules that restore the .current-project variable properly. [SVN r27382]
15 lines
486 B
Plaintext
15 lines
486 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 msvc : : "P:/Program Files/Microsoft Visual Studio/vc98" : : vcvars32-p.bat ;
|
|
using borland ;
|
|
|
|
using boostbook
|
|
: /home/ghost/build/docbook/xsl
|
|
: /home/ghost/build/docbook/dtd
|
|
;
|
|
using doxygen ; |