Mercurial > hg > libxtract
view src/Make.config @ 285:89fe52066db1 tip master
MSCV missing ssize_t fix
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Tue, 16 Jul 2019 18:29:20 +0100 |
parents | e88e42cf3208 |
children |
line wrap: on
line source
NAME := xtract DIRS := . c-ringbuf ooura dywapitchtrack FLAGS += --std=c99 -Wall -pedantic -I../include ifeq ($(PLATFORM), Darwin) LDFLAGS = -framework Accelerate else FLAGS += -DUSE_OOURA endif