summaryrefslogtreecommitdiff
path: root/dev-libs/boost/files/random-Jamfile
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-19 04:51:42 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-19 04:51:42 +0300
commit7ab9d9fbebd8d7efcd3f159a3ec4d3d353344915 (patch)
tree47b403f3e4a37bb9b0f2671a03c05a64f83a2489 /dev-libs/boost/files/random-Jamfile
parentbcd305bdd991fa57b71334180f9d7b261c6ea8a5 (diff)
new file: app-emulation/wine/files/oblivion_winmm_badcheck_workaround.patch
new file: dev-libs/ace/ace-5.8.2.ebuild new file: dev-libs/boost/boost-1.44.0.ebuild new file: dev-libs/boost/files/random-Jamfile new file: dev-libs/boost/files/remove-toolset-1.44.0.patch new file: dev-util/boost-build/boost-build-1.44.0.ebuild modified: media-libs/babl/babl-0.9999.ebuild modified: media-libs/gegl/gegl-0.9999.ebuild new file: sys-fs/aufs2-util/aufs2-util-9999.ebuild
Diffstat (limited to 'dev-libs/boost/files/random-Jamfile')
-rw-r--r--dev-libs/boost/files/random-Jamfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/boost/files/random-Jamfile b/dev-libs/boost/files/random-Jamfile
new file mode 100644
index 0000000..5cb6f6b
--- /dev/null
+++ b/dev-libs/boost/files/random-Jamfile
@@ -0,0 +1,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 ;