mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Try to enable locale/facet support for metrowerks.
[SVN r22855]
This commit is contained in:
@@ -10,6 +10,7 @@ lib boost_program_options
|
||||
: # build requirements
|
||||
[ common-names ] # magic for install and auto-link features
|
||||
<include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
|
||||
std::facet-support std::locale-support
|
||||
: debug release # build variants
|
||||
;
|
||||
|
||||
@@ -20,6 +21,7 @@ dll boost_program_options
|
||||
<define>BOOST_ALL_DYN_LINK=1 # tell source we're building dll's
|
||||
<runtime-link>dynamic # build only for dynamic runtimes
|
||||
<include>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
|
||||
std::facet-support std::locale-support
|
||||
: debug release # build variants
|
||||
;
|
||||
|
||||
|
||||
@@ -8,7 +8,8 @@ rule program-options-test ( name )
|
||||
return [
|
||||
run $(name).cpp <lib>../build/boost_program_options
|
||||
<lib>../../test/build/boost_test_exec_monitor : :
|
||||
: <include>$(BOOST_ROOT) ]
|
||||
: <include>$(BOOST_ROOT)
|
||||
std::facet-support std::locale-support ]
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user