diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-09-27 21:04:54 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-09-27 21:04:54 +0200 |
commit | 83807cf93ef362098d6fea6030646653cc62e37f (patch) | |
tree | c78a73c754e64bfd86c4952a2681473431483dda /vst/Makefile | |
parent | 5591f1602e6171492f5e4620e67d3addeacad7aa (diff) |
Add vst folder.
Diffstat (limited to 'vst/Makefile')
-rw-r--r-- | vst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile b/vst/Makefile index 5400acd..b6d1a10 100644 --- a/vst/Makefile +++ b/vst/Makefile @@ -29,7 +29,7 @@ EXPAT_BASE = expat EXPAT_FLAGS = -I${EXPAT_BASE}/Source/lib -L${EXPAT_BASE}/Bin -lexpat SNDFILE_BASE = libsndfile -SNDFILE_FLAGS = -I${SNDFILE_BASE}\include -L${SNDFILE_BASE}/bin -lsndfile-1 +SNDFILE_FLAGS = -I${SNDFILE_BASE}\include -L${SNDFILE_BASE}/bin -lsndfile-1 -static SRC = \ drumgizmo_vst.cc \ |