diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 12:07:11 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 12:07:11 +0200 |
commit | f0e8f4c95349bbc658bd73f885908b7c324dbb46 (patch) | |
tree | 62a37396761e37ec49682db1faee945f69ca8bbe /plugin | |
parent | d2020f92fa5a79a5528f9f669d302f09017b7f4c (diff) |
Add missing files to windows build.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index b6a005f..5f1a607 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -73,6 +73,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/listboxbasic.cc \ @top_srcdir@/plugingui/listboxthin.cc \ @top_srcdir@/plugingui/maintab.cc \ + @top_srcdir@/plugingui/mainwindow.cc \ @top_srcdir@/plugingui/nativewindow_win32.cc \ @top_srcdir@/plugingui/painter.cc \ @top_srcdir@/plugingui/pixelbuffer.cc \ @@ -86,6 +87,8 @@ GUI_SRC = \ @top_srcdir@/plugingui/slider.cc \ @top_srcdir@/plugingui/stackedwidget.cc \ @top_srcdir@/plugingui/statusframecontent.cc \ + @top_srcdir@/plugingui/tabbutton.cc \ + @top_srcdir@/plugingui/tabwidget.cc \ @top_srcdir@/plugingui/textedit.cc \ @top_srcdir@/plugingui/texture.cc \ @top_srcdir@/plugingui/texturedbox.cc \ |