other part of bug 106130, remove unicharutil dependency and linking (just requires updates)

This commit is contained in:
alecf%netscape.com 2001-10-26 03:06:04 +00:00
Родитель 309b361933
Коммит a6790acff4
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -49,7 +49,6 @@ REQUIRES = xpcom \
string \
js \
caps \
unicharutil \
$(NULL)
CPPSRCS = \
@ -92,7 +91,6 @@ endif
EXTRA_DSO_LDOPTS += \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(MOZ_JS_LIBS) \
$(NULL)

Просмотреть файл

@ -40,7 +40,6 @@ MODULE_NAME=xpconnect
REQUIRES = xpcom \
string \
js \
dom \
caps \
!ifdef XPC_TOOLS_SUPPORT
xpctools \