2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-27 06:42:18 +00:00
Files
build/test/project-test4/jamfile3.jam

6 lines
243 B
Plaintext

make a.exe : a.obj lib//b.obj/<optimization>on a_gcc.obj : yfc-link : <toolset>gcc ;
make a.exe : a.obj lib//b.obj/<optimization>on : yfc-link : <threading>multi ;
make a.obj : a.cpp : yfc-compile ;
make a_gcc.obj : a_gcc.cpp : yfc-compile ;