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:
Neil Rashbrook 2008-09-15 16:08:25 +01:00
Родитель 81f107a8ef
Коммит a4e8181755
3 изменённых файлов: 2 добавлений и 14 удалений

Просмотреть файл

@ -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 > $@

Просмотреть файл

Просмотреть файл