Mercurial > hg > cepstral-pitchtracker
view Makefile.mingw32 @ 63:686ef2976366
Build stuff, & mingw32 Makefile
| author | Chris Cannam |
|---|---|
| date | Thu, 06 Dec 2012 17:25:19 +0000 |
| parents | |
| children |
line wrap: on
line source
CXX = i486-mingw32-c++ CC = i486-mingw32-gcc LD = i486-mingw32-c++ AR = i486-mingw32-ar RANLIB = i486-mingw32-ranlib TESTS = test/null CFLAGS := -Wall -O2 -I../include CXXFLAGS := $(CFLAGS) LDFLAGS := -L../lib PLUGIN_LDFLAGS := -shared -Wl,-Bstatic -static-libgcc -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .dll include Makefile.inc test/null: ln -s /bin/true test/null