Mercurial > hg > qm-dsp
comparison build/mingw32/Makefile.mingw32 @ 403:cf08ede39abf
mingw32 build
| author | Chris Cannam <c.cannam@qmul.ac.uk> |
|---|---|
| date | Tue, 05 Aug 2014 11:07:54 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 402:852facc90e39 | 403:cf08ede39abf |
|---|---|
| 1 | |
| 2 TOOLPREFIX ?= i586-mingw32msvc- | |
| 3 CXX = $(TOOLPREFIX)g++ | |
| 4 CC = $(TOOLPREFIX)gcc | |
| 5 LD = $(TOOLPREFIX)g++ | |
| 6 AR = $(TOOLPREFIX)ar | |
| 7 RANLIB = $(TOOLPREFIX)ranlib | |
| 8 | |
| 9 CFLAGS := -I../vamp-plugin-sdk -Ibuild/mingw32 -Iinclude -DNDEBUG -O3 -msse -msse2 -Wall -Wextra | |
| 10 CXXFLAGS := $(CFLAGS) | |
| 11 | |
| 12 MAKEFILE_EXT := .mingw32 | |
| 13 | |
| 14 include build/general/Makefile.inc |
