2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-09 23:12:23 +00:00
Files
build/example/variant/libs/jamfile.jam
2017-07-15 17:07:27 -06:00

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 ;
#]