Mercurial > hg > pyin
diff Makefile.mingw32 @ 19:b3acb3a6de12 v1.0
mingw32 build
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 15:48:16 +0000 |
parents | |
children | 3b37e7be34da |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile.mingw32 Fri Dec 06 15:48:16 2013 +0000 @@ -0,0 +1,12 @@ + +CXX := i486-mingw32-g++ +CC := i486-mingw32-gcc + +CFLAGS := -Wall -O2 +CXXFLAGS := $(CFLAGS) -I../include -I../boost_1_53_0 +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) + +PLUGIN_EXT := .dll + +include Makefile.inc +