summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-10-31 20:17:42 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-10-31 20:17:42 +0100
commit9b522e155b4c02c1a4893a30a168483c666bd053 (patch)
treeda25e1e2378e0292a1d5c5d4df3701d53cdf8e4a /vst
parent8c12da15e5e96aacd8ef3390cd4958c76b333b34 (diff)
Don't compile x11 native window on windows.
Diffstat (limited to 'vst')
-rw-r--r--vst/Makefile.mingw32.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in
index a22878f..1a6a3e7 100644
--- a/vst/Makefile.mingw32.in
+++ b/vst/Makefile.mingw32.in
@@ -38,7 +38,6 @@ DG_SRC = \
DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN
GUI_SRC = \
- @top_srcdir@/plugingui/nativewindow_x11.cc \
@top_srcdir@/plugingui/nativewindow_win32.cc \
@top_srcdir@/plugingui/plugingui.cc \
@top_srcdir@/plugingui/pluginconfig.cc \