2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Files
build/test/project-test4/Jamfile
2002-07-11 10:01:53 +00:00

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 ;