2
0
mirror of https://github.com/boostorg/polygon.git synced 2026-02-02 21:12:13 +00:00
Files
polygon/Jamfile.v2
2010-06-04 17:02:48 +00:00

20 lines
540 B
Plaintext

# Boost Build v2 Jamroot for Polygon unit
#
# Copyright 2010 Intel Corporation
#
# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
project
: requirements
<warnings>all
<toolset>intel:<warnings>on
<toolset>gcc:<cxxflags>"-pedantic -Wall -Wstrict-aliasing -fstrict-aliasing -Wno-long-long"
<toolset>msvc:<cxxflags>/W4
<include>../..
<include>.
;