config change for static release builds, only affects "official" and "static"

windows builds. since there is no regxpcom generated or needed for static builds, don't run it. r=cathleen, no bug.
This commit is contained in:
leaf%mozilla.org 2001-08-03 01:35:17 +00:00
parent 0f5aebefbc
commit 4c0c1e4d98

View File

@ -183,9 +183,11 @@ splitsymbols:
componentreg:
!if defined(MOZILLA_OFFICIAL)
!if !defined(MOZ_STATIC_COMPONENT_LIBS)
cd $(DIST)\bin
regxpcom.exe
!endif
!endif
install:: regchrome rebase splitsymbols componentreg