Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.

Added the support for a splashscreen for firefox on qnx.
This commit is contained in:
amardare%qnx.com 2004-02-23 20:03:44 +00:00
parent d3491a301b
commit b9025115ba
2 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,10 @@ LIBS += -framework QuickTime -framework IOKit
endif
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),photon)
LIBS += -lphexlib
endif
ifeq ($(OS_ARCH),WINNT)
#
# Control the default heap size.

View File

@ -116,6 +116,10 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
SHAREDCMMSRCS += nsNativeAppSupportForCocoa.mm
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),photon)
SHAREDSRCS += nsNativeAppSupportPh.cpp
endif
CPPSRCS = \
$(SHAREDCPPSRCS) \
nsAppRunner.cpp \