зеркало из https://github.com/mozilla/gecko-dev.git
Fix Darwin bustage
This commit is contained in:
Родитель
4af5bbf65c
Коммит
a3cb8e4a9e
|
@ -47,6 +47,7 @@ REQUIRES = xpcom \
|
|||
appshell \
|
||||
intl \
|
||||
mimetype \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
GFX_LCPPSRCS = \
|
||||
|
@ -94,6 +95,7 @@ export:: $(addprefix $(topsrcdir)/gfx/src/mac/,$(GFX_LCPPSRCS))
|
|||
$(INSTALL) $^ .
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(DIST)/lib/libxpwidgets_s.a \
|
||||
$(TK_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
#include "nsString.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "plstr.h"
|
||||
|
||||
#include "nsINameSpaceManager.h"
|
||||
|
|
|
@ -47,6 +47,7 @@ REQUIRES = xpcom \
|
|||
appshell \
|
||||
intl \
|
||||
mimetype \
|
||||
unicharutil \
|
||||
$(NULL)
|
||||
|
||||
GFX_LCPPSRCS = \
|
||||
|
@ -100,6 +101,7 @@ export:: $(addprefix $(topsrcdir)/gfx/src/mac/,$(GFX_LCPPSRCS))
|
|||
$(INSTALL) $^ .
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
$(MOZ_UNICHARUTIL_LIBS) \
|
||||
$(DIST)/lib/libxpwidgets_s.a \
|
||||
$(TK_LIBS) \
|
||||
$(MOZ_COMPONENT_LIBS) \
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
|
||||
#include "nsString.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "plstr.h"
|
||||
|
||||
#include "nsINameSpaceManager.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче