mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 935980 - Move Windows sandbox makefiles out of accessibility block. r=glandium
This commit is contained in:
parent
5e2403c49f
commit
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.
|
||||
|
Loading…
Reference in New Issue
Block a user