makefile was broken if GLOWCODE was enabled. fixed, and removed glowcode.

This commit is contained in:
danm%netscape.com 1999-07-04 01:54:34 +00:00
parent eec4ffa43d
commit 55f559d41b

View File

@ -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 \