diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-28 21:10:09 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-28 21:10:09 +0200 |
commit | 93e367d2b743832eeb9defe7c9a631447ad7d529 (patch) | |
tree | b89536dbd23f10c8a1ad299e0d5dd07d8b392764 /vst | |
parent | 876f779b42a1e201c9d532d22b88e8eafe3d2a71 (diff) |
Added missing files to compie job.
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.mingw32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index d707b85..97a49bf 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -56,6 +56,8 @@ GUI_SRC = \ $(DG_BASE)/plugingui/knob.cc \ $(DG_BASE)/plugingui/directory.cc \ $(DG_BASE)/plugingui/filebrowser.cc \ + $(DG_BASE)/plugingui/directory.cc \ + $(DG_BASE)/plugingui/scrollbar.cc \ $(DG_BASE)/plugingui/combobox.cc \ $(DG_BASE)/plugingui/progressbar.cc \ $(DG_BASE)/plugingui/resource.cc \ |