The photon platform is using a native filepicker now.

This should not affect building/runtime on other platforms.


git-svn-id: svn://10.0.0.236/trunk@139195 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
amardare%qnx.com 2003-03-10 15:20:56 +00:00
parent db21ac54ed
commit 8338b44815

View File

@ -28,7 +28,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifeq (,$(filter beos os2 mac cocoa windows,$(MOZ_WIDGET_TOOLKIT)))
ifeq (,$(filter beos os2 mac photon cocoa windows,$(MOZ_WIDGET_TOOLKIT)))
DIRS = public src
endif