• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5project
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
16exe perl2xpr
17    :
18        perl2xpr.cpp
19    :
20        <include>$(BOOST_ROOT)
21    ;
22