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
Родитель 0875d20ca6
Коммит 1dd2d1337c
1 изменённых файлов: 5 добавлений и 1 удалений

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

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