diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-02-10 20:35:44 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-01 16:35:50 +0200 |
commit | a51479061c5fdcfbd9fabb14f4b597f2748d919d (patch) | |
tree | b6ee3d7eb0ace245dffe5a3fd3f7e5fe492bde4d /plugingui/Makefile.mingw32 | |
parent | 3f5255f5362877d0a4d942a65df62f7b977fb547 (diff) |
A very rough first version of the GUI.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 7f5b191..39ff2d0 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -34,9 +34,17 @@ GUI_SRC = \ texturedbox.cc \ tabbutton.cc \ tabwidget.cc \ + toggle.cc \ listbox.cc \ listboxthin.cc \ listboxbasic.cc \ + powerbutton.cc \ + drumkitframecontent.cc \ + statusframecontent.cc \ + humanizerframecontent.cc \ + diskstreamingframecontent.cc \ + maintab.cc \ + frame.cc \ knob.cc \ filebrowser.cc \ directory.cc \ |