mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
Adding boehm collector linkages to the windows build.
(not part of the build yet)
This commit is contained in:
parent
a4118ee0de
commit
553fa2f217
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user