зеркало из https://github.com/mozilla/gecko-dev.git
bug 888009: Move HOST_CPPSRCS to mozbuild (batch #4). r=mshal
This commit is contained in:
Родитель
be42c6d9ad
Коммит
c116805dda
|
@ -9,10 +9,6 @@ LOCAL_INCLUDES = \
|
||||||
-I$(srcdir)/../../../common/linux \
|
-I$(srcdir)/../../../common/linux \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
HOST_CPPSRCS = \
|
|
||||||
dump_syms.cc \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
HOST_LIBS += \
|
HOST_LIBS += \
|
||||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)host_breakpad_linux_common_s.$(LIB_SUFFIX) \
|
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/linux/$(LIB_PREFIX)host_breakpad_linux_common_s.$(LIB_SUFFIX) \
|
||||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \
|
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \
|
||||||
|
|
|
@ -4,3 +4,7 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
HOST_CPPSRCS += [
|
||||||
|
'dump_syms.cc',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
|
@ -9,10 +9,6 @@ LOCAL_INCLUDES = \
|
||||||
-I$(srcdir)/../../../common/solaris \
|
-I$(srcdir)/../../../common/solaris \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
HOST_CPPSRCS = \
|
|
||||||
dump_syms.cc \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
HOST_LIBS += \
|
HOST_LIBS += \
|
||||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/solaris/$(LIB_PREFIX)host_breakpad_solaris_common_s.$(LIB_SUFFIX) \
|
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/solaris/$(LIB_PREFIX)host_breakpad_solaris_common_s.$(LIB_SUFFIX) \
|
||||||
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \
|
$(DEPTH)/toolkit/crashreporter/google-breakpad/src/common/$(LIB_PREFIX)host_breakpad_common_s.$(LIB_SUFFIX) \
|
||||||
|
|
|
@ -4,3 +4,7 @@
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
HOST_CPPSRCS += [
|
||||||
|
'dump_syms.cc',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче