Mercurial > hg > qm-dsp
view build/mingw32/Makefile.mingw32 @ 208:7eade513d470 msvc
Remove some unused bits
| author | Chris Cannam |
|---|---|
| date | Tue, 30 Jan 2018 20:14:46 +0000 |
| parents | 53669635f18f |
| 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 := -I../vamp-plugin-sdk -Ibuild/mingw32 -Iinclude -DNDEBUG -O3 -msse -msse2 -Wall -Wextra CXXFLAGS := $(CFLAGS) MAKEFILE_EXT := .mingw32 include build/general/Makefile.inc
