2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00
Files
build/test/project-test4/Jamfile3
Vladimir Prus be258d889a Remove support for old-style target ids.
[SVN r19913]
2003-09-04 11:06:14 +00:00

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 ;