Turning the chrome registry on for Windows and UNIX.

This commit is contained in:
hyatt%netscape.com 1999-04-02 01:25:03 +00:00
parent 806972e747
commit a75bbb895a
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base util content datasource build
DIRS = base util content datasource chrome build
ifdef MOZ_BRPROF
DIRS += brprof

View File

@ -26,6 +26,7 @@ DIRS=\
datasource \
build \
brprof \
chrome \
$(NULL)
include <$(DEPTH)\config\rules.mak>