From 618727c88fcb50ff2da907830daddf3889f052bd Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Thu, 1 Feb 2001 19:58:12 +0000 Subject: [PATCH] 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 --- mozilla/client.mak | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mozilla/client.mak b/mozilla/client.mak index 2599eced243..6deb49a705f 100644 --- a/mozilla/client.mak +++ b/mozilla/client.mak @@ -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