Mercurial > hg > vampy
view Makefile.mingw32 @ 75:2a9fb03458d7 vampyhost
const
author | Chris Cannam |
---|---|
date | Tue, 25 Nov 2014 09:58:08 +0000 |
parents | 0df94e3f0fdb |
children | d8eaa10e153e |
line wrap: on
line source
CXX := i586-mingw32msvc-g++ CXXFLAGS := -I../include -O2 -Wall -I../../Python26/include vampy.dll: PyPlugin.o PyPlugScanner.o vampy-main.o Mutex.o PyTypeInterface.o PyExtensionModule.o PyRealTime.o PyFeature.o PyParameterDescriptor.o PyOutputDescriptor.o PyFeatureSet.o PyExtensionManager.o i586-mingw32msvc-g++ -shared $^ -o $@ -L../lib -L../../Python26/libs -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython26 -Wl,--retain-symbols-file=vamp-plugin.list clean: rm *.o