• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# (C) Copyright John Maddock 2006.
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5exe bcp
6    :
7    add_dependent_lib.cpp add_path.cpp bcp_imp.cpp copy_path.cpp file_types.cpp
8    fileview.cpp main.cpp path_operations.cpp scan_cvs_path.cpp
9    licence_info.cpp scan_licence.cpp output_licence_info.cpp
10    /boost/filesystem//boost_filesystem
11    /boost/regex//boost_regex
12    :
13    :
14    release
15    ;
16
17install dist-bin
18    :
19    bcp
20    :
21    <install-type>EXE
22    <location>../../dist/bin
23    :
24    release
25    ;
26
27install dist-lib
28    :
29    bcp
30    :
31    <install-type>LIB
32    <location>../../dist/lib
33    :
34    release
35    ;
36
37