Add BOOST_PROGRAM_OPTIONS_DYN_LINK usage requirement for program_options.

Fixes #2273.


[SVN r57832]
This commit is contained in:
Vladimir Prus
2009-11-21 09:13:58 +00:00
parent 78693e8799
commit 370834c5c2

View File

@@ -1,7 +1,6 @@
project boost/program_options
:
source-location ../src
: source-location ../src
;
SOURCES =
@@ -11,10 +10,10 @@ SOURCES =
;
lib boost_program_options
: $(SOURCES).cpp
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
:
$(SOURCES).cpp
:
<link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
: <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
;
boost-install boost_program_options ;