Build change to make WinCE build exthandler. r=dougt

git-svn-id: svn://10.0.0.236/trunk@185451 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%meer.net 2005-11-30 18:36:17 +00:00
parent 45057cef96
commit 98b0267e0a

View File

@ -140,7 +140,7 @@ CPPSRCS = \
$(OSHELPER) \
$(NULL)
ifeq ($(OS_ARCH),WINNT)
ifeq ($(OS_ARCH),WINNT WINCE)
OS_LIBS += shell32.lib
GARBAGE += nsOSHelperAppService.cpp $(srcdir)/nsOSHelperAppService.cpp \
nsMIMEInfoWin.cpp $(srcdir)/nsMIMEInfoWin.cpp
@ -156,7 +156,7 @@ CXXFLAGS += $(TK_CFLAGS)
endif
# the use of multiple VPATH dirs is broken in cygwin make
ifeq ($(OS_ARCH),WINNT)
ifeq ($(OS_ARCH),WINNT WINCE)
export:: $(OSDIR)/nsOSHelperAppService.cpp $(OSDIR)/nsMIMEInfoWin.cpp
$(INSTALL) $^ .
endif