diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-19 23:00:09 +0200 |
commit | c5527bb9155086da8b5a7cea7d9450f265fb6f6a (patch) | |
tree | 87a63078c76d5658a86896e4d78d436d99fb18ae /vst/Makefile.mingw32 | |
parent | bc4f25337e048db7d7ec86cfb116cc3768473ff5 (diff) |
GUI position/size tweaks and some pixmap changes.
Diffstat (limited to 'vst/Makefile.mingw32')
-rw-r--r-- | vst/Makefile.mingw32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index 44b2ae2..bf2a859 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -50,6 +50,9 @@ GUI_SRC = \ $(DG_BASE)/plugingui/checkbox.cc \ $(DG_BASE)/plugingui/slider.cc \ $(DG_BASE)/plugingui/listbox.cc \ + $(DG_BASE)/plugingui/listboxthin.cc \ + $(DG_BASE)/plugingui/listboxbasic.cc \ + $(DG_BASE)/plugingui/verticalline.cc \ $(DG_BASE)/plugingui/knob.cc \ $(DG_BASE)/plugingui/filebrowser.cc \ $(DG_BASE)/plugingui/combobox.cc \ |