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 /plugingui/Makefile.mingw32 | |
parent | bc4f25337e048db7d7ec86cfb116cc3768473ff5 (diff) |
GUI position/size tweaks and some pixmap changes.
Diffstat (limited to 'plugingui/Makefile.mingw32')
-rw-r--r-- | plugingui/Makefile.mingw32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 7fb5492..a4a8b75 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -28,6 +28,8 @@ CXX_SOURCES = \ $(top_srcdir)/plugingui/checkbox.cc \ $(top_srcdir)/plugingui/slider.cc \ $(top_srcdir)/plugingui/listbox.cc \ + $(top_srcdir)/plugingui/verticalline.cc \ + $(top_srcdir)/plugingui/listboxthin.cc \ $(top_srcdir)/plugingui/listboxbasic.cc \ $(top_srcdir)/plugingui/filebrowser.cc \ $(top_srcdir)/plugingui/knob.cc \ |