mirror of
https://github.com/boostorg/regex.git
synced 2025-12-18 21:02:38 +01:00
Compare commits
1 Commits
boost-1.90
...
feature/ic
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dc5c26413 |
@@ -30,6 +30,10 @@ rule path_options ( properties * )
|
|||||||
#
|
#
|
||||||
# ICU configuration:
|
# ICU configuration:
|
||||||
#
|
#
|
||||||
|
|
||||||
|
local ICU_OPTS ;
|
||||||
|
local ICU_INSTALL_OPTS ;
|
||||||
|
|
||||||
if ! $(disable-icu)
|
if ! $(disable-icu)
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -44,7 +48,8 @@ if ! $(disable-icu)
|
|||||||
|
|
||||||
if $(ICU_LINK)
|
if $(ICU_LINK)
|
||||||
{
|
{
|
||||||
ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <dll-path>$(ICU_PATH)/bin <define>BOOST_HAS_ICU=1 <runtime-link>shared ;
|
ICU_OPTS = <include>$(ICU_PATH)/include <linkflags>$(ICU_LINK) <define>BOOST_HAS_ICU=1 <runtime-link>shared ;
|
||||||
|
ICU_INSTALL_OPTS = <dll-path>$(ICU_PATH)/bin ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -122,12 +127,4 @@ lib boost_regex : ../src/$(SOURCES) icu_options
|
|||||||
<toolset>gcc-cygwin:<link>static
|
<toolset>gcc-cygwin:<link>static
|
||||||
;
|
;
|
||||||
|
|
||||||
boost-install boost_regex ;
|
boost-install boost_regex : $(ICU_INSTALL_OPTS) ;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user