Changed mfcEmbedComponents to testEmbedComponents in TestEmbed.cpp & makefiles.
git-svn-id: svn://10.0.0.236/trunk@98949 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a80370d691
commit
82cbb9fc27
@ -63,7 +63,7 @@ static char THIS_FILE[] = __FILE__;
|
||||
|
||||
// this is for overriding the Mozilla default PromptService component
|
||||
#include "PromptService.h"
|
||||
#define kComponentsLibname "mfcEmbedComponents.dll"
|
||||
#define kComponentsLibname "testEmbedComponents.dll"
|
||||
#define NS_PROMPTSERVICE_CID \
|
||||
{0xa2112d6a, 0x0e28, 0x421f, {0xb4, 0x6a, 0x25, 0xc0, 0xb3, 0x8, 0xcb, 0xd0}}
|
||||
static NS_DEFINE_CID(kPromptServiceCID, NS_PROMPTSERVICE_CID);
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
MAKE_OBJ_TYPE=DLL
|
||||
DLLNAME=mfcEmbedComponents
|
||||
DLLNAME=testEmbedComponents
|
||||
DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
||||
RESFILE=Dialogs.res
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ LLIBS= \
|
||||
$(DIST)\lib\baseembed_s.lib \
|
||||
$(DIST)\lib\gkgfx.lib \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(DIST)\lib\mfcEmbedComponents.lib \
|
||||
$(DIST)\lib\testEmbedComponents.lib \
|
||||
$(LIBNSPR) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user