Mercurial > hg > vamp-plugin-tester
changeset 46:d83ac7c87f9c
mingw32 build fixes
| author | Chris Cannam |
|---|---|
| date | Tue, 05 Aug 2014 11:10:52 +0100 |
| parents | 56eabc22ccbf |
| children | d6c13829a79a 0a44d3e43830 |
| files | .hgignore build/Makefile.mingw32 |
| diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Aug 05 11:10:52 2014 +0100 @@ -0,0 +1,7 @@ +syntax: glob +*.o +*~ +*.so +*.dll +*.exe +vamp-plugin-tester
--- a/build/Makefile.mingw32 Mon Aug 04 17:47:17 2014 +0100 +++ b/build/Makefile.mingw32 Tue Aug 05 11:10:52 2014 +0100 @@ -6,7 +6,7 @@ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib -LDFLAGS += -L../vamp-plugin-sdk -lvamp-hostsdk +LDFLAGS += -static -L../vamp-plugin-sdk -lvamp-hostsdk CXXFLAGS += -I../vamp-plugin-sdk -g -Wall -Wextra OBJECTS := vamp-plugin-tester.o Tester.o Test.o TestStaticData.o TestInputExtremes.o TestMultipleRuns.o TestOutputs.o TestDefaults.o TestInitialise.o
