Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/quickbook/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

  • Property svn:executable set to *
File size: 812 bytes
Line 
1#==============================================================================
2#   Copyright (c) 2002 2004 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
11exe quickbook
12    :
13    detail/quickbook.cpp
14    /boost/program_options//boost_program_options
15    :
16    ;
17
18install dist-bin
19    :
20    quickbook
21    :
22    <install-type>EXE
23    <location>../../dist/bin
24    :
25    release
26    ;
27
28install dist-lib
29    :
30    quickbook
31    :
32    <install-type>LIB
33    <location>../../dist/lib
34    :
35    release
36    ;
Note: See TracBrowser for help on using the repository browser.