Adding sbr files if you want to browse your classes using .BSC file

This commit is contained in:
mjudge%netscape.com 1998-11-05 22:32:17 +00:00
parent 6f56c91e22
commit 427e4040b2

View File

@ -193,6 +193,10 @@ LFLAGS=$(OS_LFLAGS) $(LLFLAGS) $(MOZ_LFLAGS)
CFLAGS = $(CFLAGS) -DDEVELOPER_DEBUG
!endif
!ifdef MOZ_BSCFILE
CFLAGS = $(CFLAGS) -FR
!endif
!ifdef STANDALONE_IMAGE_LIB
CFLAGS=$(CFLAGS) -DSTANDALONE_IMAGE_LIB
!endif