Switch to using boost-lib.

This commit is contained in:
Vladimir Prus
2016-10-28 13:52:41 +03:00
parent dfdbcfca0f
commit 1f9413f532

View File

@@ -9,13 +9,8 @@ SOURCES =
convert winmain split
;
lib boost_program_options
boost-lib program_options
: $(SOURCES).cpp
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
# See https://svn.boost.org/trac/boost/ticket/5049
: # See https://svn.boost.org/trac/boost/ticket/5049
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
:
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
;
boost-install boost_program_options ;
;