Mercurial > hg > pyin
comparison Makefile.inc @ 19:b3acb3a6de12 v1.0
mingw32 build
author | Chris Cannam |
---|---|
date | Fri, 06 Dec 2013 15:48:16 +0000 |
parents | 3dcef83df62a |
children | c0763eed48f0 |
comparison
equal
deleted
inserted
replaced
18:1a18945a3263 | 19:b3acb3a6de12 |
---|---|
4 CXX ?= g++ | 4 CXX ?= g++ |
5 CC ?= gcc | 5 CC ?= gcc |
6 | 6 |
7 CFLAGS := $(CFLAGS) | 7 CFLAGS := $(CFLAGS) |
8 CXXFLAGS := -I. $(CXXFLAGS) | 8 CXXFLAGS := -I. $(CXXFLAGS) |
9 | |
10 # LDFLAGS := $(LDFLAGS) -lvamp-sdk | |
11 # PLUGIN_LDFLAGS := $(LDFLAGS) $(PLUGIN_LDFLAGS) | |
12 # TEST_LDFLAGS := $(TEST_LDFLAGS) $(LDFLAGS) -lboost_unit_test_framework | |
13 | 9 |
14 PLUGIN := pyin$(PLUGIN_EXT) | 10 PLUGIN := pyin$(PLUGIN_EXT) |
15 | 11 |
16 SOURCES := PYIN.cpp \ | 12 SOURCES := PYIN.cpp \ |
17 VampYin.cpp \ | 13 VampYin.cpp \ |