Adding gfx to get NS_NewTimer() and dependents

This commit is contained in:
dp%netscape.com 1999-05-26 07:29:10 +00:00
Родитель 78364c28b7
Коммит e57d9eca8e
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -24,6 +24,9 @@ include $(DEPTH)/config/autoconf.mk
CPPSRCS = StringBundleTest.cpp
LIBS = \
-lraptorgfx \
-lgfx$(MOZ_TOOLKIT) \
-lgfxps \
-lnetlib \
-labouturl \
-lfileurl \
@ -41,9 +44,10 @@ LIBS = \
-lpref \
-lsecfree \
-l$(MOZ_LIB_JS_PREFIX)js \
-limg \
-l$(MOZ_LIB_UTIL_PREFIX)util \
-lxp \
-lxpcom \
-lreg \
$(ZLIB_LIBS) \
$(NSPR_LIBS) \
$(NULL)