making client.mak build apprunner by default. Probably should be replaced by

a more sophisticated rule.
This commit is contained in:
leaf%mozilla.org 1999-01-30 01:12:59 +00:00
parent 072c9699f3
commit ce52178078

View File

@ -146,8 +146,12 @@ clobber_nglayout:
@cd $(MOZ_SRC)\mozilla\.
nmake -f nglayout.mak clobber_all $(NGLAYOUT_ENV_VARS)
build_all: build_seamonkey
build_all: build_seamonkey build_apprunner
build_seamonkey:
@cd $(MOZ_SRC)\mozilla\.
nmake -f nglayout.mak all
build_apprunner:
@cd $(MOZ_SRC)\mozilla\xpfe\.
nmake -f makefile.win