mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
|
|
project test : requirements <include>everything <threading>single ;
|
|
|
|
make a.exe : a.obj lib/b.obj/<optimization>on : yfc-link ;
|
|
make b.exe : a.obj : yfc-link : <define>MACROS ;
|
|
make a.obj : a.cpp : yfc-compile ;
|