зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a743e2ddc1
Коммит
1e75716479
|
@ -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 \
|
||||
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче