Mercurial > hg > pyin
view Makefile.mingw32 @ 126:292b75059949 v1.1
Update versions in n3 file as well
author | Chris Cannam |
---|---|
date | Tue, 21 Apr 2015 12:54:31 +0100 |
parents | 00cffb79d0e0 |
children |
line wrap: on
line source
TOOLPREFIX ?= i586-mingw32msvc- CXX = $(TOOLPREFIX)g++ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)g++ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib CFLAGS += -Wall -O2 CXXFLAGS += $(CFLAGS) -I../include -I../boost_1_53_0 PLUGIN_LDFLAGS := $(LDFLAGS) -static -shared -L../lib -lvamp-sdk -Wl,-Bsymbolic -static-libgcc -Wl,--retain-symbols-file=vamp-plugin.list -fno-exceptions $(shell $(CXX) -print-file-name=libstdc++.a) PLUGIN_EXT := .dll include Makefile.inc