From 04fb6422cc6658e86fb9001a58bafb13fcbd5782 Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Wed, 21 Feb 2001 11:09:35 +0000 Subject: [PATCH] bug #59429: (makefile work actually done by jst) r=glazou, sr=scc. Add the string module to the build. git-svn-id: svn://10.0.0.236/trunk@87569 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 2 +- mozilla/allmakefiles.sh | 4 ++++ mozilla/makefile.win | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index 5141938b79c..0e4f2418c72 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -55,7 +55,7 @@ endif DIRS += $(NSPRPUB_DIR) -DIRS += dbm modules/libreg js xpcom js/src/xpconnect +DIRS += dbm modules/libreg js string xpcom js/src/xpconnect ifdef MOZ_OJI DIRS += js/src/liveconnect diff --git a/mozilla/allmakefiles.sh b/mozilla/allmakefiles.sh index bec41c85084..e6cae44e32f 100755 --- a/mozilla/allmakefiles.sh +++ b/mozilla/allmakefiles.sh @@ -561,6 +561,10 @@ widget/timer/src/os2/Makefile " MAKEFILES_xpcom=" +string/Makefile +string/obsolete/Makefile +string/public/Makefile +string/src/Makefile xpcom/Makefile xpcom/base/Makefile xpcom/build/Makefile diff --git a/mozilla/makefile.win b/mozilla/makefile.win index 51d8c628f68..499d8d6ce02 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -50,6 +50,7 @@ DIRS = \ jpeg \ sun-java \ modules\libreg \ + string \ xpcom \ db \ dbm \