diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-16 20:37:05 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-16 20:37:05 +0100 |
commit | fa1bbbac757b14b6cea523c1b66eb17b50248a68 (patch) | |
tree | 3094303def52912f607136c49d81f066ef1f479f /plugin/Makefile.mingw32.in | |
parent | ac6a59125e31b5c3e4b7778ed176081e870dfdb0 (diff) |
Go back to the old VST makefile.
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 182d8ff..92b627c 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -42,7 +42,8 @@ DG_SRC = \ @top_srcdir@/src/thread.cc \ @top_srcdir@/src/velocity.cc \ @top_srcdir@/src/versionstr.cc -DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 +DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ + -I@top_srcdir@/plugin/plugingizmo -DVST -DSSE -msse -msse2 # -DDISABLE_HUGIN GUI_SRC = \ @@ -80,7 +81,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/resource_data.cc \ @top_srcdir@/plugingui/lodepng/lodepng.cpp -GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD -DVST @GUI_CPPFLAGS@ +GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CPPFLAGS@ GUI_LIBS=-lgdi32 -lsetupapi -lws2_32 DBG_SRC = \ |