Add a depend target for xpconnect_standalone. No effect on mozilla builds. r=cls

git-svn-id: svn://10.0.0.236/trunk@85987 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com 2001-02-01 19:58:12 +00:00
parent b564a9edbe
commit 618727c88f

View File

@ -273,6 +273,18 @@ depend:
set CLIENT_DIRS=1
nmake -f makefile.win depend
depend_xpconnect:
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub
nmake -f makefile.win depend
@cd $(MOZ_SRC)\$(MOZ_TOP)\include
nmake -f makefile.win depend
@cd $(MOZ_SRC)\$(MOZ_TOP)\modules\libreg
nmake -f makefile.win depend
@cd $(MOZ_SRC)\$(MOZ_TOP)\xpcom
nmake -f makefile.win depend
@cd $(MOZ_SRC)\$(MOZ_TOP)\js\src
nmake -f makefile.win depend
!ifdef USE_NSPR_AUTOCONF
nsprpub\config.status: nsprpub\configure nsprpub\configure.in
@cd $(MOZ_SRC)\$(MOZ_TOP)\nsprpub