Add support for DEBUG with USERNAME

This commit is contained in:
spider%netscape.com 1998-08-11 00:30:09 +00:00
parent a0d548ef66
commit afbbdb8eda

View File

@ -30,7 +30,7 @@ CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
RANLIB = echo
JAR = /bin/jar
TAR = /bin/tar
CFLAGS +=-DDEBUG_$(USERNAME)
ifdef NSPR20
DEFINES += -DNSPR20
endif