mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
simplify some things. * new/project.jam (load): Tweak (lookup): Remove. (find): Simplify. [SVN r20430]
13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
import project ;
|
|
import targets ;
|
|
import assert ;
|
|
|
|
project.load project-test1 ;
|
|
import project-roots ;
|
|
|
|
project-roots.print ;
|
|
|
|
NOTFILE all ;
|
|
|
|
|