mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
|
use-project /lib2 : ../lib2 ;
|
|
|
|
make b.obj : b.cpp : yfc-compile ;
|
|
make m.exe : b.obj /lib2//c.obj : yfc-link ; |