Bug 20691. Add timer_s.lib so that we can use NS_NewTimer(). r=mscott, a=chofmann

This commit is contained in:
waterson%netscape.com 1999-12-10 20:59:46 +00:00
Родитель 7f3861d53f
Коммит 654a386ee8
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -38,7 +38,8 @@ LINCS = $(LINCS) -I..\src # for implementation headers
LLIBS=\
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\chrome_s.lib \
$(DIST)\lib\chrome_s.lib \
$(DIST)\lib\timer_s.lib \
$(LIBNSPR)
include <$(DEPTH)\config\rules.mak>