Mercurial > hg > segmenter-vamp-plugin
view Makefile.mingw32 @ 62:8bd9b79c9e83 mirex2013
Avoid returning unwanted output from process; move Linux makefile to linux rather than linux64 as there's nothing 64-bit-specific about it
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 17:40:24 +0100 |
parents | 4560e4722fe5 |
children | 6b23b827b108 |
line wrap: on
line source
CXX := i486-mingw32-g++ CC := i486-mingw32-gcc CFLAGS := -Wall -O2 CXXFLAGS := $(CFLAGS) -Iboost_1_53_0 LDFLAGS := -shared -Wl,-Bsymbolic -static-libgcc -Wl,--version-script=segmentino/vamp-plugin.map -fno-exceptions $(shell $(CXX) -print-file-name=libstdc++.a) PLUGIN_EXT := .dll include Makefile.inc