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
This commit is contained in:
scc%mozilla.org
2001-02-21 11:09:35 +00:00
parent 63fc86174f
commit 04fb6422cc
3 changed files with 6 additions and 1 deletions

View File

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

View File

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

View File

@@ -50,6 +50,7 @@ DIRS = \
jpeg \
sun-java \
modules\libreg \
string \
xpcom \
db \
dbm \