Jamfile.v2 378 B

12345678910111213
  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. exe example
  5. :
  6. main.cpp
  7. :
  8. <include>../../..
  9. <include>$(BOOST_ROOT)
  10. <library>/boost/serialization
  11. <cxxflags>"-Wno-deprecated-declarations"
  12. ;