The layout dll now links into util.lib to get at the stopwatch object code.

This commit is contained in:
nisheeth%netscape.com 1999-09-14 14:35:14 +00:00
parent d2a8566bed
commit 559547644e

View File

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