Removing WinCE specific stuff. Reverting to a place before wince work.

All new work is in mozilla/minimo/  NPODB
This commit is contained in:
dougt%meer.net 2005-08-05 00:10:59 +00:00
Родитель eb56f208f6
Коммит 5b5ea0ada0
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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