Apply patch for [CVE-2012-2677][boost] ordered_malloc() overflow
[external/boost.git] / tools / quickbook / Jamfile.v2
1 #==============================================================================
2 #   Copyright (c) 2002 2004 2006 Joel de Guzman
3 #   Copyright (c) 2004 Eric Niebler
4 #   http://spirit.sourceforge.net/
5 #
6 #   Use, modification and distribution is subject to the Boost Software
7 #   License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 #   http://www.boost.org/LICENSE_1_0.txt)
9 #==============================================================================
10
11 alias quickbook
12     : src//quickbook
13     ;
14
15 explicit quickbook ;
16
17 install dist-bin
18     :
19     quickbook
20     :
21     <install-type>EXE
22     <location>../../dist/bin
23     :
24     release
25     ;
26
27 install dist-lib
28     :
29     quickbook
30     :
31     <install-type>LIB
32     <location>../../dist/lib
33     :
34     release
35     ;