From 2a08770d584db1d6953d5019bd0b77740b064547 Mon Sep 17 00:00:00 2001 From: "chak%netscape.com" Date: Mon, 23 Apr 2001 21:36:51 +0000 Subject: [PATCH] Patch for Blocker Bug#77176 - mfcembed crashes opening password dialogue r=ccarlen,danm sr=hyatt --- embedding/config/makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embedding/config/makefile.win b/embedding/config/makefile.win index 6f345ce2e0b..7ca1def47d4 100644 --- a/embedding/config/makefile.win +++ b/embedding/config/makefile.win @@ -42,8 +42,6 @@ embed_chrome: embed-jar.mn unzip -d $(DIST)\Embed\tmpchrome\en-unix $(DIST)\bin\chrome\en-unix.jar nsinstall -D $(DIST)\Embed\tmpchrome\en-win unzip -d $(DIST)\Embed\tmpchrome\en-win $(DIST)\bin\chrome\en-win.jar - nsinstall -D $(DIST)\Embed\tmpchrome\messenger - unzip -d $(DIST)\Embed\tmpchrome\messenger $(DIST)\bin\chrome\messenger.jar nsinstall -D $(DIST)\Embed\tmpchrome\modern unzip -d $(DIST)\Embed\tmpchrome\modern $(DIST)\bin\chrome\modern.jar nsinstall -D $(DIST)\Embed\tmpchrome\toolkit @@ -57,10 +55,12 @@ install:: embed_chrome $(MAKE_INSTALL) installed-chrome.txt $(DIST)\Embed\chrome !IF "$(APP)" == "mfcembed" $(MAKE_INSTALL) $(DIST)\bin\mfcembed.exe $(DIST)\Embed + $(MAKE_INSTALL) $(DIST)\bin\mfcEmbedComponents.dll $(DIST)\Embed !ELSEIF "$(APP)" == "winembed" $(MAKE_INSTALL) $(DIST)\bin\winembed.exe $(DIST)\Embed !ELSE $(MAKE_INSTALL) $(DIST)\bin\mfcembed.exe $(DIST)\Embed + $(MAKE_INSTALL) $(DIST)\bin\mfcEmbedComponents.dll $(DIST)\Embed $(MAKE_INSTALL) $(DIST)\bin\winembed.exe $(DIST)\Embed !ENDIF