mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode.
This commit is contained in:
parent
eec4ffa43d
commit
55f559d41b
@ -27,10 +27,7 @@ LINCS = -I.. -I$(PUBLIC)\xpcom
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR) \
|
||||
!if "$(MOZ_BITS)"=="32" && defined(MOZ_DEBUG) && defined(GLOWCODE)
|
||||
LLIBS=$(LLIBS) $(GLOWDIR)\glowcode.lib
|
||||
!endif
|
||||
$(LIBNSPR)
|
||||
|
||||
CPPSRCS = \
|
||||
TestDynamic.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user