Add application launcher dialog to activex control, plus some member variable cleanup. b=126245 r=chak@netscape.com sr=rpotts@netscape.com

This commit is contained in:
locka%iol.ie 2002-06-18 21:31:41 +00:00
parent a2ad7f3caa
commit 1410ec7a6a
2 changed files with 32 additions and 23 deletions

View File

@ -31,30 +31,34 @@ EXPORT_LIBRARY = 1
FORCE_SHARED_LIB= 1
REQUIRES = xpcom \
string \
js \
widget \
gfx \
view \
necko \
pref \
webbrwsr \
docshell \
dom \
uriloader \
layout \
content \
editor \
webshell \
profile \
embed_base \
necko \
windowwatcher \
webbrowserpersist \
$(NULL)
REQUIRES = \
xpcom \
string \
js \
widget \
gfx \
view \
necko \
pref \
webbrwsr \
docshell \
dom \
uriloader \
layout \
content \
editor \
webshell \
profile \
embed_base \
necko \
windowwatcher \
webbrowserpersist \
helperAppDlg \
exthandler \
mimetype \
$(NULL)
CPPSRCS = \
CPPSRCS = \
StdAfx.cpp \
ControlSite.cpp \
ControlSiteIPFrame.cpp \
@ -70,6 +74,7 @@ CPPSRCS = \
DropTarget.cpp \
PropertyDlg.cpp \
PromptService.cpp \
HelperAppDlg.cpp \
WindowCreator.cpp \
guids.cpp \
$(NULL)

View File

@ -58,6 +58,9 @@ REQUIRES = \
necko \
windowwatcher \
webbrowserpersist \
helperAppDlg \
exthandler \
mimetype \
$(NULL)
MAKE_OBJ_TYPE = DLL
@ -82,6 +85,7 @@ OBJS = \
.\$(OBJDIR)\PropertyDlg.obj \
.\$(OBJDIR)\PromptService.obj \
.\$(OBJDIR)\WindowCreator.obj \
.\$(OBJDIR)\HelperAppDlg.obj \
.\$(OBJDIR)\guids.obj \
$(NULL)