diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:29:56 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:29:56 +0100 |
commit | 893037c1388b6fdb4dc62a98cda9f30a36f39ea6 (patch) | |
tree | 3df63de9e41dde183e2482223d9ce65639226f80 | |
parent | 00490757ed8bf0945e0aa88e472a87f21f18bbb5 (diff) |
Add new gui files.
-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 a2e06e9..d8c6992 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -53,6 +53,9 @@ GUI_SRC = \ $(DG_BASE)/plugingui/knob.cc \ $(DG_BASE)/plugingui/filebrowser.cc \ $(DG_BASE)/plugingui/combobox.cc \ + $(DG_BASE)/plugingui/progressbar.cc \ + $(DG_BASE)/plugingui/resource.cc \ + $(DG_BASE)/plugingui/resource_data.cc \ $(DG_BASE)/plugingui/image.cc GUI_CFLAGS=-I../plugingui -DUSE_THREAD |