defs.mk: Compiael cpp sources with gfilt by default

This commit is contained in:
Jan Lindemann 2006-03-04 13:40:34 +00:00 committed by Jan Lindemann
commit 9e34c46389

View file

@ -283,7 +283,9 @@ endif
LDFLAGS += -L$(LIBDIR) $(LOCAL_LDFLAGS) $(PROJECTLIB_LDFLAGS) $(PROJECT_LDFLAGS) $(LPPFLAGS)
LDREST += $(LDAUDIO) $(LDFFTW) -ldl
CC = $(YAMD)gcc
CPP = $(YAMD)g++
#CPP = $(YAMD)g++
#CPP = gfilt
CPP = sh $(MODDIR)/contrib/gfilt/gfilt
RM = rm
AR = ar