WSJT-X/boost/tools/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 ;