Enter into WinCE directory if XP_UNIX isn't defined

git-svn-id: svn://10.0.0.236/trunk@170317 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net
2005-03-07 21:01:05 +00:00
parent ba55bbdc33
commit ab156a7d8f

View File

@@ -42,7 +42,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = popuplite ../browser/gtk/src app
DIRS = popuplite
ifdef XP_UNIX
DIRS += ../browser/gtk/src app
else
DIRS += wince
endif
include $(topsrcdir)/config/rules.mk