diff options
Diffstat (limited to 'vst/Makefile.mingw32.in')
-rw-r--r-- | vst/Makefile.mingw32.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index f64c40e..76154f9 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -67,7 +67,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/resource_data.cc \ @top_srcdir@/plugingui/lodepng/lodepng.cpp -GUI_CFLAGS=-I@top_srcdir@/plugingui/ @GUI_CFLAGS@ +GUI_CFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CFLAGS@ GUI_LIBS=-lgdi32 -lsetupapi -lws2_32 DBG_SRC = \ |