Skip to content
Snippets Groups Projects
Commit 83d32136 authored by sspitzer%netscape.com's avatar sspitzer%netscape.com
Browse files

fix the assertion at startup, and other breakage. because appshell is a...

fix the assertion at startup, and other breakage.  because appshell is a component, we need to install
it into bin/components, and not bin.  r=syd
parent f5da0acb
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ LLIBS= \
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
$(MAKE_INSTALL) $(DLL) $(DIST)\bin\components
clobber::
rm -f $(DIST)\bin\$(DLLNAME).dll
rm -f $(DIST)\bin\components\$(DLLNAME).dll
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment