From 559547644ec37d3a870ec881f6ff5d346f77adc7 Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Tue, 14 Sep 1999 14:35:14 +0000 Subject: [PATCH] The layout dll now links into util.lib to get at the stopwatch object code. --- layout/build/makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layout/build/makefile.win b/layout/build/makefile.win index 8bcac5a11999..771a20ca5ae3 100644 --- a/layout/build/makefile.win +++ b/layout/build/makefile.win @@ -84,6 +84,9 @@ LLIBS= \ $(DIST)\lib\js32$(VERSION_NUMBER).lib \ !if defined(MOZ_DEBUG) && defined(GLOWCODE) && "$(MOZ_BITS)"=="32" $(GLOWDIR)\glowcode.lib \ +!endif +!if defined(MOZ_PERF) + $(DIST)\lib\util.lib \ !endif $(LIBNSPR)