diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 10:42:29 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 10:44:33 +0100 |
commit | c53134cbfd66b4ba2860b79c66f8d6cf5177abb0 (patch) | |
tree | 9014261b8e79197b904ffab59e02254125577185 /vst | |
parent | 41dea13e1866689cf1f53d6d120253cab16bbe47 (diff) |
New (read-only) TextEdit widget from suhr.
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index 10dc792..f96e071 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -56,6 +56,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/checkbox.cc \ @top_srcdir@/plugingui/slider.cc \ @top_srcdir@/plugingui/scrollbar.cc \ + @top_srcdir@/plugingui/textedit.cc \ @top_srcdir@/plugingui/listbox.cc \ @top_srcdir@/plugingui/listboxthin.cc \ @top_srcdir@/plugingui/listboxbasic.cc \ |