зеркало из https://github.com/mozilla/pjs.git
more changes needed for runtime. will get unresolved symbols when
services get loaded
This commit is contained in:
Родитель
d2bda3ea4c
Коммит
078c814261
|
@ -31,17 +31,45 @@ CPPSRCS = \
|
|||
LIBS = \
|
||||
-L$(DIST)/lib \
|
||||
-L$(DIST)/bin \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-lmsgbaseutil \
|
||||
-lraptorbase \
|
||||
-lpref \
|
||||
-lmozjs \
|
||||
-lsecfree \
|
||||
$(NSPR_LIBS) \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lremoturl \
|
||||
-lhttpurl \
|
||||
-lsockstuburl \
|
||||
-lnetcache \
|
||||
-lmimetype \
|
||||
-lnetcnvts \
|
||||
-lnetwork \
|
||||
-lnetlib \
|
||||
-lreg \
|
||||
-lxpcom \
|
||||
-lpwcac \
|
||||
-lmozdbm \
|
||||
-lxp \
|
||||
-lpref \
|
||||
-lmozjs \
|
||||
-lraptorbase \
|
||||
-lgmbase$(MOZ_TOOLKIT) \
|
||||
-lsecfree \
|
||||
-ljsdom \
|
||||
-ljsurl \
|
||||
-lraptorhtml \
|
||||
-lraptorhtmlpars \
|
||||
-lexpat \
|
||||
-lxmltok \
|
||||
-lraptorgfx \
|
||||
-limg \
|
||||
-lmozutil \
|
||||
-lmsgbaseutil \
|
||||
$(JPEG_LIBS) \
|
||||
$(PNG_LIBS) \
|
||||
$(ZLIB_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче