diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:30:07 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-30 17:30:07 +0100 |
commit | a1fba9ba11a13f94c524f2ac78206b3fdfb3be74 (patch) | |
tree | da680a026e63084d84321775581c8db827d6bcc9 /plugingui | |
parent | 893037c1388b6fdb4dc62a98cda9f30a36f39ea6 (diff) |
Add new gui files.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.mingw32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugingui/Makefile.mingw32 b/plugingui/Makefile.mingw32 index 6d6c003..8b7ac41 100644 --- a/plugingui/Makefile.mingw32 +++ b/plugingui/Makefile.mingw32 @@ -33,6 +33,9 @@ CXX_SOURCES = \ $(top_srcdir)/plugingui/knob.cc \ $(top_srcdir)/plugingui/combobox.cc \ $(top_srcdir)/plugingui/image.cc \ + $(top_srcdir)/plugingui/progressbar.cc \ + $(top_srcdir)/plugingui/resource.cc \ + $(top_srcdir)/plugingui/resource_data.cc \ $(top_srcdir)/src/thread.cc \ $(top_srcdir)/src/semaphore.cc |