2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
Files
build/test/railsys/program/project-root.jam
Vladimir Prus 4d03dcea6a Integrate the "railsys" test.
[SVN r17848]
2003-03-12 14:08:57 +00:00

10 lines
198 B
Plaintext

import toolset ;
# Tell that QT should be used. QTDIR will give installation
# prefix.
toolset.using qt ;
# Not that good, but sufficient for testing
toolset.using stlport : /path/to/stlport ;