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:
depstein%netscape.com 2001-07-10 01:57:23 +00:00
parent a80370d691
commit 82cbb9fc27
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -21,7 +21,7 @@
DEPTH=..\..\..\..
MAKE_OBJ_TYPE=DLL
DLLNAME=mfcEmbedComponents
DLLNAME=testEmbedComponents
DLL=.\$(OBJDIR)\$(DLLNAME).dll
RESFILE=Dialogs.res

View File

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