mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Adding libreg as xpcom depends on it
This commit is contained in:
parent
58861daa83
commit
81c281f428
@ -28,6 +28,7 @@ INCLUDES += -I$(DIST)/include
|
||||
LIBS = \
|
||||
-lraptorbase \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -34,6 +34,7 @@ LIBS = \
|
||||
-lraptorhtmlpars \
|
||||
-lraptorbase \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -46,6 +46,7 @@ LIBS = \
|
||||
-lxp \
|
||||
-lraptorbase \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(ZLIB_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
@ -55,6 +55,7 @@ LIBS = \
|
||||
$(JPEG_LIBS) \
|
||||
-ljs \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-lxp \
|
||||
$(ZLIB_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
|
@ -62,6 +62,7 @@ LIBS = \
|
||||
-lsecfree \
|
||||
-ljs \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-lxp \
|
||||
$(ZLIB_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
|
@ -30,7 +30,7 @@ CPPSRCS = \
|
||||
|
||||
LOCAL_INCLUDES := -I$(srcdir)/../src
|
||||
|
||||
REQUIRES = raptor netlib xpcom pref
|
||||
REQUIRES = raptor netlib xpcom reg pref
|
||||
|
||||
LIBS = \
|
||||
-labouturl \
|
||||
|
@ -34,6 +34,7 @@ LIBS = \
|
||||
-lraptorhtmlpars \
|
||||
-lraptorbase \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -31,6 +31,7 @@ REQUIRES =
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
-lraptorbase \
|
||||
-lreg \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -30,6 +30,7 @@ REQUIRES =
|
||||
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -57,7 +57,6 @@ LIBS := \
|
||||
$(TOOLKIT_BASE_LIB) \
|
||||
-lraptorhtmlpars \
|
||||
-lraptorview \
|
||||
-lreg \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
@ -79,7 +78,6 @@ LIBS := \
|
||||
-lnetwork \
|
||||
-lpwcac \
|
||||
-lraptorwebwidget \
|
||||
-lreg \
|
||||
-lremoturl \
|
||||
-lsecfree \
|
||||
-ltestdynamic \
|
||||
@ -89,6 +87,7 @@ LIBS := \
|
||||
-lmozutil \
|
||||
-lxp \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
$(ZLIB_LIBS) \
|
||||
-lraptorplugin \
|
||||
-lmozdbm \
|
||||
|
@ -64,6 +64,7 @@ LIBS := \
|
||||
$(JPEG_LIBS) \
|
||||
-lraptorbase \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-ljs \
|
||||
-lwidget$(MOZ_TOOLKIT) \
|
||||
-lxp \
|
||||
|
@ -71,6 +71,7 @@ LIBS = \
|
||||
-lraptorbase \
|
||||
-lxp \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-ljsurl \
|
||||
-lmozdbm \
|
||||
-lpwcac \
|
||||
|
Loading…
Reference in New Issue
Block a user