profile is a component and as such should be installed in the components directory instead of

in bin. This will allow the auto-registration code to be brought into effect.
This commit is contained in:
mscott%netscape.com 1999-04-23 06:26:42 +00:00
parent 7049d9fa76
commit 9ed645b2bc

View File

@ -101,5 +101,5 @@ LIBRARY=.\$(OBJDIR)\$(LIBNAME).lib
include <$(DEPTH)\config\rules.mak>
libs:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib