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
Родитель d209f0dba3
Коммит cc4ce36c4d
1 изменённых файлов: 3 добавлений и 0 удалений

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

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