16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
|
|
project boost/program_options
|
|
: source-location ../src
|
|
;
|
|
|
|
SOURCES =
|
|
cmdline config_file options_description parsers variables_map
|
|
value_semantic positional_options utf8_codecvt_facet
|
|
convert winmain split
|
|
;
|
|
|
|
boost-lib program_options
|
|
: $(SOURCES).cpp
|
|
: # See https://svn.boost.org/trac/boost/ticket/5049
|
|
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
|
|
; |