From 1f6f03d26d50b2aeca1be9c3f751a89ecebae84a Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 10 Dec 1999 20:59:46 +0000 Subject: [PATCH] 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 --- mozilla/rdf/chrome/build/makefile.win | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/rdf/chrome/build/makefile.win b/mozilla/rdf/chrome/build/makefile.win index 5655d4b2e76..c39924a3e58 100644 --- a/mozilla/rdf/chrome/build/makefile.win +++ b/mozilla/rdf/chrome/build/makefile.win @@ -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>