summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-12-24 17:49:09 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-20 13:32:03 +0100
commit84e2cacec69c73712100de31585da3fe96c94704 (patch)
tree2e947348e26dabb487d05d6e1437635a18e5036c /vst
parentc3841a8cec9d239bca27a113c013a032dfc658bd (diff)
Split internal CacheManager AFile class out into it's own file/class CacheAudioFile and improve interface.
Diffstat (limited to 'vst')
-rw-r--r--vst/Makefile.mingw32.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in
index 089e869..5a087b7 100644
--- a/vst/Makefile.mingw32.in
+++ b/vst/Makefile.mingw32.in
@@ -54,6 +54,8 @@ GUI_SRC = \
@top_srcdir@/plugingui/lineedit.cc \
@top_srcdir@/plugingui/led.cc \
@top_srcdir@/plugingui/layout.cc \
+ @top_srcdir@/plugingui/cacheaudiofile.cc \
+ @top_srcdir@/plugingui/cachemanager.cc \
@top_srcdir@/plugingui/checkbox.cc \
@top_srcdir@/plugingui/slider.cc \
@top_srcdir@/plugingui/scrollbar.cc \