Added /FR flag for WIN32 builds to generate code browsing info if

MOZ_BROWSE_INFO is set in the environment.
This commit is contained in:
nisheeth%netscape.com 1998-12-03 04:26:40 +00:00
parent 2e3930f61a
commit eb0d083f63

View File

@ -115,6 +115,13 @@ OS_CFLAGS=$(OPTIMIZER) $(RTL_FLAGS) -W3 -nologo -D_X86_ -D_WINDOWS -DWIN32 \
OS_CFLAGS=$(OS_CFLAGS) -DMSVC4
!ifdef MOZ_DEBUG
# Enable browse info in VC++
!ifdef MOZ_BROWSE_INFO
OS_CFLAGS=$(OS_CFLAGS) /FR
!endif
!endif
## Removed MOZ_LITE/MOZ_MEDIUM stuff from OS_CFLAGS
OS_LFLAGS=$(OS_LFLAGS)