]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/xpressive/tools/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / xpressive / tools / Jamfile.v2
1 # (C) Copyright 2004: Eric Niebler
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 project
6 : requirements
7 <toolset>intel:<debug-symbols>off
8 <toolset>msvc-7.1:<debug-symbols>off
9 <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
10 <toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE
11 <toolset>msvc-9.0:<define>_SCL_SECURE_NO_DEPRECATE
12 <toolset>gcc:<cxxflags>-ftemplate-depth-1024
13 <toolset>msvc,<stdlib>stlport:<define>_STLP_EXPOSE_GLOBALS_IMPLEMENTATION
14 ;
15
16 exe perl2xpr
17 :
18 perl2xpr.cpp
19 :
20 <include>$(BOOST_ROOT)
21 ;