14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
|
# (C) Copyright 2004: Eric Niebler
|
||
|
# Distributed under 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)
|
||
|
|
||
|
exe example
|
||
|
:
|
||
|
main.cpp
|
||
|
:
|
||
|
<include>../../..
|
||
|
<include>$(BOOST_ROOT)
|
||
|
<library>/boost/serialization
|
||
|
<cxxflags>"-Wno-deprecated-declarations"
|
||
|
;
|