mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
adding (optional) GlowCode build info. a:warren
This commit is contained in:
parent
3b91d075fe
commit
d43c48670a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user