Bug #30157 --> add the ability to launch urls using OS default protocol handlers. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on. export nsCExternalHandlerService.idl
This commit is contained in:
Родитель
0ac3616576
Коммит
d4158eb83d
|
@ -32,25 +32,24 @@ include <$(DEPTH)\config\config.mak>
|
|||
|
||||
XPIDLSRCS= \
|
||||
.\nsIExternalHelperAppService.idl \
|
||||
.\nsCExternalHelperApp.idl \
|
||||
.\nsCExternalHandlerService.idl \
|
||||
.\nsIExternalProtocolService.idl \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME=exthandlers_s
|
||||
|
||||
CPP_OBJS = \
|
||||
.\$(OBJDIR)\nsExternalHelperAppService.obj \
|
||||
.\win\$(OBJDIR)\nsOSHelperAppService.obj \
|
||||
$(NULL)
|
||||
|
||||
INCS = $(INCS) \
|
||||
-I$(DEPTH)\dist\include \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\extprotocolwin_s.lib \
|
||||
$(NULL)
|
||||
|
||||
WIN_LIBS= shell32.lib
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
install:: $(LIBRARY)
|
||||
|
|
Загрузка…
Ссылка в новой задаче