Bug 654719 - Remove WinCE code from testing/* ; r=cjones

This commit is contained in:
Ed Morley 2011-05-06 11:41:19 -07:00
Родитель 7f45450f29
Коммит ce10d7f63d
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -60,9 +60,4 @@ LIBS = \
$(NSS_LIBS) \
$(NULL)
# WINCE needs libcmt. See Bug 487694.
ifeq ($(OS_ARCH),WINCE)
EXTRA_LIBS += libcmt.lib
endif
include $(topsrcdir)/config/rules.mk