зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233282 - Move mozilla-config.h's export to moz.build. r=gps
This commit is contained in:
Родитель
dc1355e42f
Коммит
d2b231a4b9
|
@ -30,15 +30,6 @@ INSTALL_TARGETS += NSINSTALL
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef JS_STANDALONE
|
|
||||||
HEADERS_FILES = \
|
|
||||||
$(DEPTH)/mozilla-config.h \
|
|
||||||
$(NULL)
|
|
||||||
HEADERS_DEST := $(DIST)/include
|
|
||||||
HEADERS_TARGET := export
|
|
||||||
INSTALL_TARGETS += HEADERS
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
ifndef JS_STANDALONE
|
ifndef JS_STANDALONE
|
||||||
|
|
|
@ -28,6 +28,9 @@ if not CONFIG['JS_STANDALONE']:
|
||||||
CONFIGURE_DEFINE_FILES += [
|
CONFIGURE_DEFINE_FILES += [
|
||||||
'mozilla-config.h',
|
'mozilla-config.h',
|
||||||
]
|
]
|
||||||
|
EXPORTS += [
|
||||||
|
'!mozilla-config.h',
|
||||||
|
]
|
||||||
|
|
||||||
DIRS += [
|
DIRS += [
|
||||||
'build',
|
'build',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче