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

git-svn-id: svn://10.0.0.236/trunk@55862 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-12-10 20:59:46 +00:00
parent abd7542a33
commit 1f6f03d26d

View File

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