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

This commit is contained in:
jband%netscape.com 2001-02-01 19:58:12 +00:00
Родитель 31e639a96b
Коммит 7d93a3552d
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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