From 5b5ea0ada03d35d21d5000bff99368ce74341bfa Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Fri, 5 Aug 2005 00:10:59 +0000 Subject: [PATCH] Removing WinCE specific stuff. Reverting to a place before wince work. All new work is in mozilla/minimo/ NPODB --- embedding/minimo/Makefile.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/embedding/minimo/Makefile.in b/embedding/minimo/Makefile.in index 9f130fb10882..f9754ffe0022 100644 --- a/embedding/minimo/Makefile.in +++ b/embedding/minimo/Makefile.in @@ -42,12 +42,10 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = popuplite softkb phone chrome +DIRS = popuplite ifeq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT))) DIRS += ../browser/gtk/src app -else -DIRS += wince endif include $(topsrcdir)/config/rules.mk