mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Build change to make WinCE build exthandler. r=dougt
This commit is contained in:
parent
b8cbc10b41
commit
ba1830aa23
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user