2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 20:32:17 +00:00
Files
build/test/railsys/program/project-root.jam
Vladimir Prus cf407805f7 Fix BB82 (toolset.using breaks Jamfiles).
* 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]
2005-02-15 07:48:13 +00:00

8 lines
165 B
Plaintext

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