mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +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)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef MOZ_XUL
|
||||||
|
SHARED_LIBRARY_LIBS += $(DEPTH)/accessible/src/xul/$(LIB_PREFIX)accessibility_xul_s.$(LIB_SUFFIX)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef MOZ_CONTENT_SANDBOX
|
ifdef MOZ_CONTENT_SANDBOX
|
||||||
ifeq ($(OS_ARCH),WINNT)
|
ifeq ($(OS_ARCH),WINNT)
|
||||||
LOCAL_INCLUDES += -I$(srcdir)/../sandboxbroker
|
LOCAL_INCLUDES += -I$(srcdir)/../sandboxbroker
|
||||||
@ -47,11 +52,6 @@ ifeq ($(OS_ARCH),WINNT)
|
|||||||
endif
|
endif
|
||||||
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
|
# 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
|
# reorders the static libraries which makes msvc use more memory to link
|
||||||
# xul.dll.
|
# xul.dll.
|
||||||
|
Loading…
Reference in New Issue
Block a user