From 9286d4381b8636a89bb631fd321ce2f4d2713b0e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 5 Mar 2014 20:42:09 +0100 Subject: Add project root to includepath for VST. --- vst/Makefile.mingw32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index 48b515b..1d764df 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -35,7 +35,7 @@ DG_SRC = \ $(top_srcdir)/src/thread.cc \ $(top_srcdir)/src/velocity.cc \ $(top_srcdir)/src/versionstr.cc -DG_CFLAGS = -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN +DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN GUI_SRC = \ $(top_srcdir)/plugingui/nativewindow_x11.cc \ -- cgit v1.2.3