• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# copyright John Maddock 2003
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt.
5
6project
7    : source-location ../../src
8    ;
9
10EX_SOURCES =
11   posix_api.cpp
12   regex.cpp
13   regex_debug.cpp
14   static_mutex.cpp
15   wide_posix_api.cpp ;
16
17lib boost_regex_extra : $(EX_SOURCES) ../../build//icu_options
18    :
19        <define>BOOST_REGEX_MATCH_EXTRA=1
20	<link>shared:<define>BOOST_REGEX_DYN_LINK=1
21    :
22    ;
23
24
25
26
27