зеркало из https://github.com/mozilla/gecko-dev.git
Bug 882738 - Remove SRCS_IN_OBJDIR from Makefile.in; r=joey
From a071ba8cffdd4584b3cd31eae207e5b76b9e9c95 Mon Sep 17 00:00:00 2001
This commit is contained in:
Родитель
2b3690735e
Коммит
7fd6f5b4f1
|
@ -20,8 +20,6 @@ GARBAGE += $(MIDL_GENERATED_FILES)
|
|||
|
||||
FORCE_SHARED_LIB = 1
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
|
||||
# Please keep this list in sync with the moz.build file until the rest of this
|
||||
# Makefile is ported over.
|
||||
MIDL_INTERFACES = \
|
||||
|
|
|
@ -18,8 +18,6 @@ GARBAGE += $(MIDL_GENERATED_FILES) done_gen dlldata.c
|
|||
|
||||
FORCE_SHARED_LIB = 1
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
|
||||
CSRCS = \
|
||||
dlldata.c \
|
||||
ISimpleDOMNode_p.c \
|
||||
|
|
|
@ -19,7 +19,6 @@ endif
|
|||
|
||||
LIBXUL_LIBRARY=1
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
ifndef _MSC_VER
|
||||
FAIL_ON_WARNINGS = 1
|
||||
endif # !_MSC_VER
|
||||
|
|
|
@ -18,8 +18,6 @@ ifeq (WINNT,$(OS_TARGET))
|
|||
VISIBILITY_FLAGS =
|
||||
endif
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
|
||||
# Make a copy into the local directory for dual compilation
|
||||
export:: $(MTRANSPORT_CPPSRCS)
|
||||
$(INSTALL) $^ .
|
||||
|
|
|
@ -85,7 +85,6 @@ EXTRA_COMPONENTS = \
|
|||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
SRCS_IN_OBJDIR = 1
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -35,8 +35,6 @@ STL_FLAGS =
|
|||
|
||||
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef _MSC_VER
|
||||
|
|
|
@ -34,8 +34,6 @@ STL_FLAGS =
|
|||
|
||||
GARBAGE += $(XPCOM_GLUE_SRC_LCPPSRCS)
|
||||
|
||||
SRCS_IN_OBJDIR = 1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef _MSC_VER
|
||||
|
|
Загрузка…
Ссылка в новой задаче