mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
project lib2 ;
|
|
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 ;
|