diff --git a/mozilla/xpfe/AppCores/src/Makefile.in b/mozilla/xpfe/AppCores/src/Makefile.in index 8d4c77b1cde..7cdc3a97be0 100644 --- a/mozilla/xpfe/AppCores/src/Makefile.in +++ b/mozilla/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/mozilla/xpfe/AppCores/src/makefile.win b/mozilla/xpfe/AppCores/src/makefile.win index b0ad6d1f10f..611ed3263d7 100644 --- a/mozilla/xpfe/AppCores/src/makefile.win +++ b/mozilla/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