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:
mscott%netscape.com 2000-06-18 22:05:53 +00:00
Родитель 0ac3616576
Коммит d4158eb83d
1 изменённых файлов: 6 добавлений и 7 удалений

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

@ -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)