Adding boehm collector linkages to the windows build.

(not part of the build yet)


git-svn-id: svn://10.0.0.236/trunk@50813 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jevering%netscape.com
1999-10-15 07:40:13 +00:00
parent 8fef749953
commit 8c8649671d
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