make component.reg automatically generated at build time so we can package

up the comregistry with shipping packages. this will greatly improve start
times and the user experience.
This commit is contained in:
cyeh%netscape.com 1999-09-15 00:08:24 +00:00
Родитель b1a85f548a
Коммит 02c92355a3
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -159,5 +159,9 @@ splitsymbols:
!endif
!endif
install:: rebase splitsymbols
componentreg:
cd $(DIST)\bin
regxpcom.exe
install:: rebase componentreg splitsymbols