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

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 ;