Added the ability to run doing "nmake -f client.mak export" or "nmake -f client.mak install" to target a specific portion of the build pass. r=leaf

This commit is contained in:
tbogard%aol.net 2000-02-10 04:51:54 +00:00
parent b32999a1de
commit 044ced414b

View File

@ -180,6 +180,22 @@ build_dist:
set DIST_DIRS=1
nmake -f makefile.win all
install:
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
set DIST_DIRS=1
set LAYOUT_DIRS=1
set CLIENT_DIRS=1
nmake -f makefile.win install
export:
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub
nmake -f makefile.win export
@cd $(MOZ_SRC)\$(MOZ_TOP)\.
set DIST_DIRS=1
set LAYOUT_DIRS=1
set CLIENT_DIRS=1
nmake -f makefile.win export
clobber_dist:
@cd $(MOZ_SRC)\mozilla\.
set DIST_DIRS=1