Removed libraries no longer needed to link

This commit is contained in:
kipp%netscape.com 1999-05-06 19:35:59 +00:00
Родитель 387570c865
Коммит ddac1af254
1 изменённых файлов: 11 добавлений и 14 удалений

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

@ -104,20 +104,17 @@ BASE_LIBS = \
-l$(MOZ_LIB_UTIL_PREFIX)util \
$(NULL)
GECKO_LIBS = \
-lraptorwebwidget \
$(TOOLKIT_WIDGET_LIB) \
-lraptorgfx \
$(TOOLKIT_GFX_LIB) \
-lgfxps \
-lraptorhtml \
$(TOOLKIT_BASE_LIB) \
-lraptorhtmlpars \
-lexpat \
-lxmltok \
-lraptorview \
-ljsdom \
-lraptorplugin \
GECKO_LIBS = \
-lraptorwebwidget \
$(TOOLKIT_WIDGET_LIB) \
-lraptorgfx \
$(TOOLKIT_GFX_LIB) \
-lgfxps \
$(TOOLKIT_BASE_LIB) \
-lraptorhtmlpars \
-lexpat \
-lxmltok \
-ljsdom \
$(NULL)
IMGLIB_LIBS = \