mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
a2ad7f3caa
commit
1410ec7a6a
@ -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)
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user