Mercurial > hg > segmenter-vamp-plugin
changeset 58:4560e4722fe5
Add mingw32 Makefile
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 15:36:16 +0100 |
parents | a1d4c5316258 |
children | 0df6322d83bb |
files | Makefile.mingw32 |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.mingw32 Thu Jun 13 15:36:16 2013 +0100 @@ -0,0 +1,12 @@ + +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 +