diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-09 00:55:24 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-09 00:56:38 +0200 |
commit | a733ad2a45171b596f678a31e33128da6ada0d5b (patch) | |
tree | ac51ff3f460d00e834c8f0bf2810cd488c774eeb | |
parent | ac67b645028396a69fc3abf999037dd0f7b800bd (diff) |
Don't use pugl for win32 vst just yet.
-rw-r--r-- | plugin/Makefile.mingw32.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index f7623df..3fe5933 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -74,7 +74,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/listboxthin.cc \ @top_srcdir@/plugingui/maintab.cc \ @top_srcdir@/plugingui/mainwindow.cc \ - @top_srcdir@/plugingui/nativewindow_pugl.cc \ + @top_srcdir@/plugingui/nativewindow_win32.cc \ @top_srcdir@/plugingui/painter.cc \ @top_srcdir@/plugingui/pixelbuffer.cc \ @top_srcdir@/plugingui/pluginconfig.cc \ @@ -97,10 +97,9 @@ GUI_SRC = \ @top_srcdir@/plugingui/verticalline.cc \ @top_srcdir@/plugingui/widget.cc \ @top_srcdir@/plugingui/window.cc \ - @top_srcdir@/plugingui/lodepng/lodepng.cpp \ - @top_srcdir@/pugl/pugl/pugl_win.cpp + @top_srcdir@/plugingui/lodepng/lodepng.cpp -GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -I@top_srcdir@/pugl -DUSE_THREAD @GUI_CPPFLAGS@ +GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CPPFLAGS@ GUI_LIBS=@GUI_LIBS@ DBG_SRC = \ |