Enabling boehm leak detector, r=dp bug#15906

git-svn-id: svn://10.0.0.236/trunk@51426 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jevering%netscape.com 1999-10-21 21:59:15 +00:00
parent 42df555a0b
commit 1e20da8f66
2 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,8 @@ DIRS = \
rdf \
webshell \
editor \
!if defined(GC_LEAK_DETECTOR)
gc\boehm \
!endif
!if defined(CLIENT_DIRS)
# the following are associated with the browser

View File

@ -47,6 +47,9 @@ LCFLAGS=-D_IMPL_NS_COM \
-DWIN32_LEAN_AND_MEAN \
-DEXPORT_XPT_API \
-DEXPORT_XPTC_API \
!ifdef GC_LEAK_DETECTOR
-DGC_LEAK_DETECTOR \
!endif
-DEXPORT_XPTI_API
CPP_OBJS = \