Mercurial > hg > pyin
comparison Makefile.mingw32 @ 19:b3acb3a6de12 v1.0
mingw32 build
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 15:48:16 +0000 |
parents | |
children | 3b37e7be34da |
comparison
equal
deleted
inserted
replaced
18:1a18945a3263 | 19:b3acb3a6de12 |
---|---|
1 | |
2 CXX := i486-mingw32-g++ | |
3 CC := i486-mingw32-gcc | |
4 | |
5 CFLAGS := -Wall -O2 | |
6 CXXFLAGS := $(CFLAGS) -I../include -I../boost_1_53_0 | |
7 PLUGIN_LDFLAGS := -shared -L../lib -lvamp-sdk -Wl,-Bsymbolic -static-libgcc -Wl,--version-script=vamp-plugin.map -fno-exceptions $(shell $(CXX) -print-file-name=libstdc++.a) | |
8 | |
9 PLUGIN_EXT := .dll | |
10 | |
11 include Makefile.inc | |
12 |