Moving appcores.dll from bin/components/ to bin/ since mailnews links with it

This commit is contained in:
dp%netscape.com 1999-03-16 01:34:22 +00:00
parent f40fa2de73
commit 9a1d52010e
2 changed files with 6 additions and 3 deletions

View File

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

View File

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