diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-31 20:17:42 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-31 20:17:42 +0100 |
commit | 9b522e155b4c02c1a4893a30a168483c666bd053 (patch) | |
tree | da25e1e2378e0292a1d5c5d4df3701d53cdf8e4a | |
parent | 8c12da15e5e96aacd8ef3390cd4958c76b333b34 (diff) |
Don't compile x11 native window on windows.
-rw-r--r-- | vst/Makefile.mingw32.in | 1 |
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 \ |