mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk: Compiael cpp sources with gfilt by default
This commit is contained in:
parent
0e5e71a6e7
commit
9e34c46389
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue