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

8 lines
165 B
Plaintext

project lib2 ;
use-project /lib2/helper : helper ;
make c.obj : c.cpp : yfc-compile ;
make d.obj : d.cpp : yfc-compile ;
make l.exe : c.obj ..//a.obj : yfc-link ;