mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +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 ; |