More ICU dependencies that are now dragged in
Change-Id: Iec214399f0cd8d5af198ad9080c55e5ee51a353d
This commit is contained in:
parent
30d7729586
commit
4dd261e526
2 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,11 @@ $(eval $(call gb_Executable_use_libraries,svidl,\
|
|||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_use_externals,svidl,\
|
||||
icudata \
|
||||
icuuc \
|
||||
icui18n \
|
||||
))
|
||||
$(eval $(call gb_Executable_add_exception_objects,svidl,\
|
||||
idl/source/cmptools/hash \
|
||||
idl/source/cmptools/lex \
|
||||
|
|
|
@ -30,6 +30,12 @@ $(eval $(call gb_Executable_use_libraries,rsc,\
|
|||
$(gb_UWINAPI) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_use_externals,rsc,\
|
||||
icudata \
|
||||
icuuc \
|
||||
icui18n \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_add_grammars,rsc,\
|
||||
rsc/source/parser/rscyacc \
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue