fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg

This commit is contained in:
darin%meer.net 2005-03-19 20:35:35 +00:00
Родитель 82a01b042f
Коммит 919c87d304
7 изменённых файлов: 7 добавлений и 0 удалений

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

@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkconevents_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
dom \

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

@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = content
LIBRARY_NAME = gkcontentxtf_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
layout \

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

@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxulgrid_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
content \

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

@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkxultree_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
dom \

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

@ -45,6 +45,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = uriloader
LIBRARY_NAME = uriloaderbase_s
GRE_MODULE = 1
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \

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

@ -63,6 +63,7 @@ VPATH := $(srcdir) $(srcdir)/$(OSDIR)
MODULE = exthandler
LIBRARY_NAME = exthandler_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
unicharutil \

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

@ -44,6 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = prefetch
LIBRARY_NAME = prefetch_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \
string \
necko \