From 1dd2d1337c95056ce11b4645bf157a0dcffb1836 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Wed, 15 Sep 1999 00:08:24 +0000 Subject: [PATCH] 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. --- makefile.win | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/makefile.win b/makefile.win index ecb3f532d62..423531dd01e 100644 --- a/makefile.win +++ b/makefile.win @@ -159,5 +159,9 @@ splitsymbols: !endif !endif -install:: rebase splitsymbols +componentreg: + cd $(DIST)\bin + regxpcom.exe + +install:: rebase componentreg splitsymbols