mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
* new/project.jam (lookup): Bugfixes. (find-target): Attempt to load
project specified by project id.
Project module rules:
project: Allow empty id.
use-project: New rule.
* new/targets.jam: (basic-target.generate-source): Correct a bug in
separating target id from extra properties.
[SVN r14341]
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
|
project lib2 : requirements <threading>multi ;
|
|
use-project /lib2/helper : helper ;
|
|
|
|
make c.obj : c.cpp : yfc-compile ;
|
|
make d.obj : d.cpp : yfc-compile ;
|
|
make l.exe : c.obj ../a.obj : yfc-link ;
|