summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/variant/libs/jamfile.jam
blob: 60d8e64bb01fbbfb672a9ed10dbfc6c0e731f305 (plain)
1
2
3
4
5
6
7
8
# Copyright 2004 Vladimir Prus 
# Distributed under the Boost Software License, Version 1.0. 
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 

#[libs_jamfile
#<< The library `l` just needs the sources. By default it will be a shared library.
lib l : l.cpp ;
#]