2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/test/railsys/program/project-root.jam
Vladimir Prus 6a6d6fb90c 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 ;