2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-01 20:32:17 +00:00
Files
build/test/project-test1.jam
Vladimir Prus 47aa5f97b7 Fix a bug which caused double loading of Jamfile in some cases. Also,
simplify some things.

* new/project.jam
  (load): Tweak
  (lookup): Remove.
  (find): Simplify.


[SVN r20430]
2003-10-21 05:47:39 +00:00

13 lines
143 B
Plaintext

import project ;
import targets ;
import assert ;
project.load project-test1 ;
import project-roots ;
project-roots.print ;
NOTFILE all ;