From e9d9305ff8bf6910d2f88dc3f4953a0a3397d693 Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Wed, 19 Feb 2003 00:20:04 +0000 Subject: [PATCH] Added "photon" to the list of platforms requiring the nsBaseFilePicker.cpp file. --- widget/src/xpwidgets/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/xpwidgets/Makefile.in b/widget/src/xpwidgets/Makefile.in index 7ded55395d8..2995f9f1316 100644 --- a/widget/src/xpwidgets/Makefile.in +++ b/widget/src/xpwidgets/Makefile.in @@ -59,7 +59,7 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) CPPSRCS += nsWidgetAtoms.cpp endif -ifneq (,$(filter beos os2 mac cocoa windows,$(MOZ_WIDGET_TOOLKIT))) +ifneq (,$(filter beos os2 mac cocoa photon windows,$(MOZ_WIDGET_TOOLKIT))) CPPSRCS += nsBaseFilePicker.cpp REQUIRES += docshell view intl endif