more changes needed for runtime. will get unresolved symbols when

services get loaded
This commit is contained in:
sspitzer%netscape.com 1999-05-16 05:22:12 +00:00
Родитель d2bda3ea4c
Коммит 078c814261
1 изменённых файлов: 37 добавлений и 9 удалений

Просмотреть файл

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