зеркало из https://github.com/mozilla/gecko-dev.git
Bug 935980 - Move Windows sandbox makefiles out of accessibility block. r=glandium
This commit is contained in:
Родитель
5e2403c49f
Коммит
b8efeb8ff8
|
@ -40,6 +40,11 @@ SHARED_LIBRARY_LIBS += \
|
|||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef MOZ_XUL
|
||||
SHARED_LIBRARY_LIBS += $(DEPTH)/accessible/src/xul/$(LIB_PREFIX)accessibility_xul_s.$(LIB_SUFFIX)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_CONTENT_SANDBOX
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../sandboxbroker
|
||||
|
@ -47,11 +52,6 @@ ifeq ($(OS_ARCH),WINNT)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_XUL
|
||||
SHARED_LIBRARY_LIBS += $(DEPTH)/accessible/src/xul/$(LIB_PREFIX)accessibility_xul_s.$(LIB_SUFFIX)
|
||||
endif
|
||||
endif
|
||||
|
||||
# XXX bug 903227 COMPONENT_LIBS is useless since bug 886526, but removing it
|
||||
# reorders the static libraries which makes msvc use more memory to link
|
||||
# xul.dll.
|
||||
|
|
Загрузка…
Ссылка в новой задаче