Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
git-svn-id: svn://10.0.0.236/trunk@87655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = DebugRobot
|
||||
SHORT_LIBNAME = dbgrobot
|
||||
REQUIRES = xpcom htmlparser necko docshell dom widget layout locale webshell uriloader view
|
||||
REQUIRES = xpcom string htmlparser necko docshell dom widget layout locale webshell uriloader view
|
||||
|
||||
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = htmlrobot$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom htmlparser webshell necko view widget layout dom
|
||||
REQUIRES = xpcom string htmlparser webshell necko view widget layout dom
|
||||
|
||||
CPPSRCS = RobotMain.cpp
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ MODULE = htmlparser
|
||||
LIBRARY_NAME = htmlpars
|
||||
IS_COMPONENT = 1
|
||||
SHORT_LIBNAME = gkparser
|
||||
REQUIRES = xpcom necko util uconv expat layout dom unicharutil lwbrk pref js
|
||||
REQUIRES = xpcom string necko util uconv expat layout dom unicharutil lwbrk pref js
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
|
||||
EXTRA_DSO_LIBS = expat_s xmltok_s
|
||||
|
||||
@@ -27,7 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = TestOutput$(BIN_SUFFIX)
|
||||
REQUIRES = xpcom htmlparser necko layout dom
|
||||
REQUIRES = xpcom string htmlparser necko layout dom
|
||||
|
||||
CPPSRCS = \
|
||||
Convert.cpp \
|
||||
|
||||
Reference in New Issue
Block a user