diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-24 17:49:09 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-24 17:49:09 +0100 |
commit | 1070276519f7a60547da3f567a8f4d9caaa0b0c3 (patch) | |
tree | a0dcbecb0ade9203d9a2d04d284a9401bd24662f /vst/Makefile.mingw32.in | |
parent | 9a2da5246960c024907cbf3c4cd9fde61a329207 (diff) |
Split internal CacheManager AFile class out into it's own file/class CacheAudioFile and improve interface.
Diffstat (limited to 'vst/Makefile.mingw32.in')
-rw-r--r-- | vst/Makefile.mingw32.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index 54c42e0..804c97c 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -53,6 +53,8 @@ GUI_SRC = \ @top_srcdir@/plugingui/pixelbuffer.cc \ @top_srcdir@/plugingui/lineedit.cc \ @top_srcdir@/plugingui/led.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 \ |