2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Files
build/test/project-test3/lib2/Jamfile
Vladimir Prus 5dfeb8a97f Recover project_test3 to life.
[SVN r14399]
2002-07-10 16:27:25 +00:00

8 lines
164 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 ;