8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
# 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 ;
|
|
#] |