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
Родитель 4c10571973
Коммит 524cfc01d0
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

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