Mercurial > hg > pyin
view Makefile.mingw32 @ 73:062f0e491877 tony tony_v0.6
reduced low amp to 0.1 by default
author | matthiasm |
---|---|
date | Mon, 16 Jun 2014 11:47:18 +0100 |
parents | b3acb3a6de12 |
children | 3b37e7be34da |
line wrap: on
line source
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