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 MODULE = content
LIBRARY_NAME = gkconevents_s LIBRARY_NAME = gkconevents_s
LIBXUL_LIBRARY = 1
REQUIRES = xpcom \ REQUIRES = xpcom \
string \ string \
dom \ dom \

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

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

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

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

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

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

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

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

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

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

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

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