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
Родитель 7049d9fa76
Коммит 9ed645b2bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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