Patch for Blocker Bug#77176 - mfcembed crashes opening password dialogue

r=ccarlen,danm
sr=hyatt
This commit is contained in:
chak%netscape.com 2001-04-23 21:36:51 +00:00
Родитель 6be0fec93b
Коммит 2a08770d58
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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