- Bug 7794 Move $(TK_LIBS) further down in the library list.

git-svn-id: svn://10.0.0.236/trunk@34457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-06-09 19:48:58 +00:00
parent 35928d7fde
commit 21de2e9959
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,6 @@ LIBS = \
-lnetcache \ -lnetcache \
-lsockstuburl \ -lsockstuburl \
-lnetwork \ -lnetwork \
$(TK_LIBS) \
-lpref \ -lpref \
-lsecfree \ -lsecfree \
-l$(MOZ_LIB_JS_PREFIX)js \ -l$(MOZ_LIB_JS_PREFIX)js \
@ -67,6 +66,7 @@ LIBS = \
-lexpat \ -lexpat \
-lxmltok \ -lxmltok \
-ljsurl \ -ljsurl \
$(TK_LIBS) \
$(ZLIB_LIBS) \ $(ZLIB_LIBS) \
$(NSPR_LIBS) \ $(NSPR_LIBS) \
$(NULL) $(NULL)

View File

@ -57,12 +57,12 @@ LIBS = \
-lsecfree \ -lsecfree \
$(ZLIB_LIBS) \ $(ZLIB_LIBS) \
$(NSPR_LIBS) \ $(NSPR_LIBS) \
$(TK_LIBS) \
-lgfx$(MOZ_TOOLKIT) \ -lgfx$(MOZ_TOOLKIT) \
-lraptorgfx \ -lraptorgfx \
-lgfxps \ -lgfxps \
-limg \ -limg \
-lmozutil \ -lmozutil \
$(TK_LIBS) \
$(NULL) $(NULL)
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk