aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost/random-Jamfile
blob: 5cb6f6bcd9be16f698bed51e7f2e1e8f0cfd7d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2006 Tiziano Mueller
#
# Use, modification and distribution of the file is subject to the
# Boost Software License, Version 1.0.
# (See at http://www.boost.org/LICENSE_1_0.txt)


project boost/random
	: source-location ../ ;

SOURCES = random_device ;

lib boost_random
	: $(SOURCES).cpp 
	: <link>shared:<define>BOOST_RANDOM_DYN_LINK=1 ;