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

5 lines
111 B
Plaintext

use-project /lib2 : ../lib2 ;
make b.obj : b.cpp : yfc-compile ;
make m.exe : b.obj /lib2//c.obj : yfc-link ;