mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
parent
e5bb22aedd
commit
86dba54c06
3 changed files with 33 additions and 29 deletions
|
|
@ -43,6 +43,10 @@ uconfig.set('UCONFIG_NO_FORMATTING', 1)
|
|||
uconfig.set('UCONFIG_NO_TRANSLITERATION', 1)
|
||||
uconfig.set('UCONFIG_NO_REGULAR_EXPRESSIONS', 0) # want these for transforms #7375
|
||||
uconfig.set('UCONFIG_NO_SERVICE', 1)
|
||||
uconfig.set('U_OVERRIDE_CXX_ALLOCATION', 1)
|
||||
uconfig.set('UCONFIG_NO_CONVERSION', 1)
|
||||
uconfig.set('UCONFIG_USE_WINDOWS_LCID_MAPPING_API', 0)
|
||||
|
||||
|
||||
|
||||
uconfig_local = configure_file(
|
||||
|
|
|
|||
|
|
@ -75,10 +75,10 @@ sources = files(
|
|||
'stringpiece.cpp',
|
||||
'stringtriebuilder.cpp',
|
||||
'uarrsort.cpp',
|
||||
'ubidi.cpp',
|
||||
# 'ubidi.cpp',
|
||||
'ubidi_props.cpp',
|
||||
'ubidiln.cpp',
|
||||
'ubidiwrt.cpp',
|
||||
# 'ubidiln.cpp',
|
||||
# 'ubidiwrt.cpp',
|
||||
'ubrk.cpp',
|
||||
'ucase.cpp',
|
||||
'ucasemap.cpp',
|
||||
|
|
@ -91,29 +91,29 @@ sources = files(
|
|||
'uchriter.cpp',
|
||||
'ucln_cmn.cpp',
|
||||
'ucmndata.cpp',
|
||||
'ucnv.cpp',
|
||||
'ucnv2022.cpp',
|
||||
'ucnv_bld.cpp',
|
||||
'ucnv_cb.cpp',
|
||||
'ucnv_cnv.cpp',
|
||||
'ucnv_ct.cpp',
|
||||
'ucnv_err.cpp',
|
||||
'ucnv_ext.cpp',
|
||||
'ucnv_io.cpp',
|
||||
'ucnv_lmb.cpp',
|
||||
'ucnv_set.cpp',
|
||||
'ucnv_u16.cpp',
|
||||
'ucnv_u32.cpp',
|
||||
'ucnv_u7.cpp',
|
||||
'ucnv_u8.cpp',
|
||||
'ucnvbocu.cpp',
|
||||
'ucnvdisp.cpp',
|
||||
'ucnvhz.cpp',
|
||||
'ucnvisci.cpp',
|
||||
'ucnvlat1.cpp',
|
||||
'ucnvmbcs.cpp',
|
||||
'ucnvscsu.cpp',
|
||||
'ucnvsel.cpp',
|
||||
# 'ucnv.cpp',
|
||||
# 'ucnv2022.cpp',
|
||||
# 'ucnv_bld.cpp',
|
||||
# 'ucnv_cb.cpp',
|
||||
# 'ucnv_cnv.cpp',
|
||||
# 'ucnv_ct.cpp',
|
||||
# 'ucnv_err.cpp',
|
||||
# 'ucnv_ext.cpp',
|
||||
# 'ucnv_io.cpp',
|
||||
# 'ucnv_lmb.cpp',
|
||||
# 'ucnv_set.cpp',
|
||||
# 'ucnv_u16.cpp',
|
||||
# 'ucnv_u32.cpp',
|
||||
# 'ucnv_u7.cpp',
|
||||
# 'ucnv_u8.cpp',
|
||||
# 'ucnvbocu.cpp',
|
||||
# 'ucnvdisp.cpp',
|
||||
# 'ucnvhz.cpp',
|
||||
# 'ucnvisci.cpp',
|
||||
# 'ucnvlat1.cpp',
|
||||
# 'ucnvmbcs.cpp',
|
||||
# 'ucnvscsu.cpp',
|
||||
# 'ucnvsel.cpp',
|
||||
'ucol_swp.cpp',
|
||||
'ucptrie.cpp',
|
||||
'ucurr.cpp',
|
||||
|
|
@ -287,8 +287,8 @@ headers = files(
|
|||
'unicode/stringpiece.h',
|
||||
'unicode/stringtriebuilder.h',
|
||||
'unicode/symtable.h',
|
||||
'unicode/ubidi.h',
|
||||
'unicode/ubiditransform.h',
|
||||
# 'unicode/ubidi.h',
|
||||
# 'unicode/ubiditransform.h',
|
||||
'unicode/ubrk.h',
|
||||
'unicode/ucasemap.h',
|
||||
'unicode/ucat.h',
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ sources = files(
|
|||
'dayperiodrules.cpp',
|
||||
'dcfmtsym.cpp',
|
||||
'decContext.cpp',
|
||||
'decNumber.cpp',
|
||||
# 'decNumber.cpp',
|
||||
'decimfmt.cpp',
|
||||
'displayoptions.cpp',
|
||||
'double-conversion-bignum-dtoa.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue