Adding boehm collector linkages to the windows build.

(not part of the build yet)
This commit is contained in:
jevering%netscape.com 1999-10-15 07:40:13 +00:00
parent a4118ee0de
commit 553fa2f217
2 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,9 @@ CPP_OBJS = \
.\$(OBJDIR)\nsID.obj \
.\$(OBJDIR)\nsTraceRefcnt.obj \
.\$(OBJDIR)\nsWeakReference.obj \
!ifdef GC_LEAK_DETECTOR
.\$(OBJDIR)\nsGarbageCollector.obj \
!endif
$(NULL)
include <$(DEPTH)\config\rules.mak>

View File

@ -76,6 +76,9 @@ LLIBS = \
WIN_LIBS = \
shell32.lib \
ole32.lib \
!ifdef GC_LEAK_DETECTOR
$(DIST)\lib\boehm.lib \
!endif
!if defined(MOZ_DEBUG)
imagehlp.lib \
!endif