2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00
Files
build/test/railsys/program/project-root.jam
Vladimir Prus bc4878cdd8 Update railsys for recent changes.
[SVN r18694]
2003-06-06 10:06:14 +00:00

10 lines
200 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 ;