2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-30 19:52:13 +00:00
Files
build/test/project-test4/jamfile5.jam

7 lines
214 B
Plaintext

project test : requirements <include>everything <threading>single ;
make a.exe : a.obj lib//b.obj/<variant>release : yfc-link ;
make b.exe : a.obj : yfc-link : <define>MACROS ;
make a.obj : a.cpp : yfc-compile ;