We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdbcfc commit 1f9413fCopy full SHA for 1f9413f
build/Jamfile.v2
@@ -9,13 +9,8 @@ SOURCES =
9
convert winmain split
10
;
11
12
-lib boost_program_options
+boost-lib program_options
13
: $(SOURCES).cpp
14
- : <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 # tell source we're building dll's
15
- # See https://svn.boost.org/trac/boost/ticket/5049
+ : # See https://svn.boost.org/trac/boost/ticket/5049
16
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
17
- :
18
- : <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
19
- ;
20
-
21
-boost-install boost_program_options ;
+ ;
0 commit comments