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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user