makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode.
This commit is contained in:
Родитель
4c10571973
Коммит
524cfc01d0
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче