diff options
-rw-r--r-- | plugin/Makefile.mingw32.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index cab3e0c..b7fde40 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -83,6 +83,14 @@ GUI_SRC = \ @top_srcdir@/plugingui/verticalline.cc \ @top_srcdir@/plugingui/resource.cc \ @top_srcdir@/plugingui/resource_data.cc \ + @top_srcdir@/plugingui/toggle.cc \ + @top_srcdir@/plugingui/powerbutton.cc \ + @top_srcdir@/plugingui/drumkitframecontent.cc \ + @top_srcdir@/plugingui/statusframecontent.cc \ + @top_srcdir@/plugingui/humanizerframecontent.cc \ + @top_srcdir@/plugingui/diskstreamingframecontent.cc \ + @top_srcdir@/plugingui/maintab.cc \ + @top_srcdir@/plugingui/frame.cc \ @top_srcdir@/plugingui/lodepng/lodepng.cpp GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CPPFLAGS@ |