diff options
| author | Martin Müller <muemart@users.noreply.github.com> | 2017-07-12 17:31:51 +0200 |
|---|---|---|
| committer | Martin Müller <muemart@users.noreply.github.com> | 2017-08-31 08:44:50 +0200 |
| commit | 99a8d745495815916801003c744b845c2f9e278a (patch) | |
| tree | a3750639806216476ae8c7fe9a235de7af0d583c /ports/boost/desktop/user-config.jam | |
| parent | f76244f700f3ae0fe353c53c19d209589e8cdaf7 (diff) | |
| download | vcpkg-99a8d745495815916801003c744b845c2f9e278a.tar.gz vcpkg-99a8d745495815916801003c744b845c2f9e278a.zip | |
Use ICU in boost build
Diffstat (limited to 'ports/boost/desktop/user-config.jam')
| -rw-r--r-- | ports/boost/desktop/user-config.jam | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ports/boost/desktop/user-config.jam b/ports/boost/desktop/user-config.jam index 8faba6d72..212cd06b8 100644 --- a/ports/boost/desktop/user-config.jam +++ b/ports/boost/desktop/user-config.jam @@ -5,3 +5,31 @@ using msvc : 14.0 : cl.exe : using msvc : 14.1 : cl.exe : <setup>echo ; + +project user-config ; +lib advapi32 ; +lib icuuc : : <search>@CURRENT_INSTALLED_DIR@/lib : : + <runtime-link>@LIB_RUNTIME_LINK@ + <library>advapi32 ; + +lib icuuc : : <search>@CURRENT_INSTALLED_DIR@/debug/lib + <variant>debug + <name>icuucd : : + <runtime-link>@LIB_RUNTIME_LINK@ + <library>advapi32 ; + +lib icuin : : <search>@CURRENT_INSTALLED_DIR@/lib : : + <runtime-link>@LIB_RUNTIME_LINK@ ; + +lib icuin : : <search>@CURRENT_INSTALLED_DIR@/debug/lib + <variant>debug + <name>icuind : : + <runtime-link>@LIB_RUNTIME_LINK@ ; + +lib icudt : : <search>@CURRENT_INSTALLED_DIR@/lib : : + <runtime-link>@LIB_RUNTIME_LINK@ ; + +lib icudt : : <search>@CURRENT_INSTALLED_DIR@/debug/lib + <variant>debug + <name>icudtd : : + <runtime-link>@LIB_RUNTIME_LINK@ ;
\ No newline at end of file |
