adding (optional) GlowCode build info. a:warren

This commit is contained in:
danm%netscape.com 1998-10-06 02:31:45 +00:00
parent 3b91d075fe
commit d43c48670a

View File

@ -24,6 +24,9 @@ PROG1 = .\$(OBJDIR)\rebasedlls.exe
PROGRAMS = $(PROG1)
LLIBS= imagehlp.lib
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
!endif
include <$(DEPTH)\config\rules.mak>