diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 20:42:09 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 20:42:09 +0100 |
commit | 9286d4381b8636a89bb631fd321ce2f4d2713b0e (patch) | |
tree | 4663e488779ce75d9c40ab50095fcbcca4f9544c /vst | |
parent | 65ef41268f547c2ef74a0dcaf680a5b72b3a20c8 (diff) |
Add project root to includepath for VST.
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.mingw32 | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |