mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
8 lines
164 B
Plaintext
8 lines
164 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 ;
|