summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/project-test3/lib/jamfile.jam
blob: bae24c16b22a41c8b2843e5991459222c358d141 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2002, 2003 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)


use-project /lib2 : ../lib2 ;

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