Mercurial > hg > libxtract
view tests/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 | 1fcdaceee316 |
children |
line wrap: on
line source
NAME := xttest SUFFIX := .cpp DIRS := . LIBRARY := FLAGS := -I../include -std=c++0x LDFLAGS := ../src/libxtract.a ifeq ($(PLATFORM), Darwin) LDFLAGS += -framework Accelerate endif