зеркало из https://github.com/mozilla/pjs.git
Bug 454862 Move nsSigHandlers.cpp and showOSAlert.cpp to toolkit/xre instead of copying them there during the build process r=ted
--HG-- rename : xpfe/bootstrap/nsSigHandlers.cpp => toolkit/xre/nsSigHandlers.cpp rename : xpfe/bootstrap/showOSAlert.cpp => toolkit/xre/showOSAlert.cpp
This commit is contained in:
Родитель
81f107a8ef
Коммит
a4e8181755
|
@ -101,17 +101,13 @@ EXPORTS = \
|
|||
nsXULAppAPI.h \
|
||||
$(NULL)
|
||||
|
||||
SHAREDCPPSRCS = \
|
||||
showOSAlert.cpp \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
$(SHAREDCPPSRCS) \
|
||||
nsAppRunner.cpp \
|
||||
nsConsoleWriter.cpp \
|
||||
nsXREDirProvider.cpp \
|
||||
nsNativeAppSupportBase.cpp \
|
||||
nsAppData.cpp \
|
||||
showOSAlert.cpp \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += -DIMPL_XREAPI
|
||||
|
@ -164,12 +160,7 @@ CMMSRCS += MacApplicationDelegate.mm
|
|||
endif
|
||||
|
||||
ifneq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
|
||||
SHAREDCPPSRCS += nsSigHandlers.cpp
|
||||
endif
|
||||
|
||||
GARBAGE += $(SHAREDCPPSRCS) $(wildcard *.$(OBJ_SUFFIX))
|
||||
ifneq (,$(filter WINCE WINNT,$(OS_ARCH)))
|
||||
GARBAGE += $(addprefix $(srcdir)/,$(SHAREDCPPSRCS))
|
||||
CPPSRCS += nsSigHandlers.cpp
|
||||
endif
|
||||
|
||||
SHARED_LIBRARY_LIBS += ../profile/src/$(LIB_PREFIX)profile_s.$(LIB_SUFFIX)
|
||||
|
@ -256,9 +247,6 @@ DEFINES += -DHAVE_USR_LIB64_DIR
|
|||
endif
|
||||
endif
|
||||
|
||||
export:: $(addprefix $(topsrcdir)/xpfe/bootstrap/, $(SHAREDCPPSRCS))
|
||||
$(INSTALL) $^ .
|
||||
|
||||
platform.ini: FORCE
|
||||
$(PYTHON) $(srcdir)/make-platformini.py --buildid=$(shell cat $(DEPTH)/config/buildid) $(topsrcdir)/config/milestone.txt > $@
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче