Revert "More ICU dependencies that are now dragged in"

Should be fixed by 913f83ac52629a524c373d2504a0cb349446b371

This reverts commits
4dd261e526
30d7729586
4e2e1ca76f
This commit is contained in:
Matúš Kukan 2013-09-25 08:59:04 +02:00
parent 406b9a7c71
commit a107908e7e
4 changed files with 0 additions and 13 deletions

View file

@ -34,11 +34,6 @@ $(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 \

View file

@ -23,7 +23,6 @@ $(eval $(call gb_Executable_use_externals,helpex,\
boost_headers \
icu_headers \
libxml2 \
icudata \
icuuc \
icui18n \
))

View file

@ -33,7 +33,6 @@ $(eval $(call gb_Executable_add_exception_objects,xrmex,\
$(eval $(call gb_Executable_use_externals,xrmex,\
boost_headers \
libxml2 \
icudata \
icuuc \
icui18n \
icu_headers \

View file

@ -30,12 +30,6 @@ $(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 \
))