From 9a1d52010ebd414e4050dde77ded8956626957b4 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Tue, 16 Mar 1999 01:34:22 +0000 Subject: [PATCH] Moving appcores.dll from bin/components/ to bin/ since mailnews links with it --- xpfe/AppCores/src/Makefile.in | 5 ++++- xpfe/AppCores/src/makefile.win | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/xpfe/AppCores/src/Makefile.in b/xpfe/AppCores/src/Makefile.in index 8d4c77b1cde6..7cdc3a97be0c 100644 --- a/xpfe/AppCores/src/Makefile.in +++ b/xpfe/AppCores/src/Makefile.in @@ -24,7 +24,10 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk LIBRARY_NAME = appcores -IS_COMPONENT = 1 +# This is no longer a component because the mailnew app links with it. +# Since appcores are supposed to be going away, we are going to put +# this back in the bin/ directory +#IS_COMPONENT = 1 MODULE=raptor CPPSRCS= \ diff --git a/xpfe/AppCores/src/makefile.win b/xpfe/AppCores/src/makefile.win index b0ad6d1f10fb..611ed3263d7e 100644 --- a/xpfe/AppCores/src/makefile.win +++ b/xpfe/AppCores/src/makefile.win @@ -91,7 +91,7 @@ OBJS = \ include <$(DEPTH)\config\rules.mak> install:: $(DLL) - $(MAKE_INSTALL) $(DLL) $(DIST)\bin\components + $(MAKE_INSTALL) $(DLL) $(DIST)\bin $(MAKE_INSTALL) .\$(OBJDIR)\$(MODULE).lib $(DIST)\lib $(MAKE_INSTALL) ..\xul\MailAppShell.html $(DIST)\bin\res\samples $(MAKE_INSTALL) ..\xul\MailAppShellNoTB.html $(DIST)\bin\res\samples @@ -201,7 +201,7 @@ install:: $(DLL) clobber:: rm -f $(DIST)\lib\$(MODULE).lib - rm -f $(DIST)\bin\components\$(MODULE).dll + rm -f $(DIST)\bin\$(MODULE).dll rm -f $(DIST)\bin\res\samples\MailAppShell.html rm -f $(DIST)\bin\res\samples\MailAppShellNoTB.html rm -f $(DIST)\bin\res\samples\MailFrame.html