Browse Source

Don't build MVerb UI on Windows

tags/v1.0
falkTX 9 years ago
parent
commit
b04cf6ed83
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      plugins/Makefile.MVerb.mk

+ 5
- 0
plugins/Makefile.MVerb.mk View File

@@ -12,6 +12,11 @@ ifeq ($(OBJS_UI),)
HAVE_DGL = false
endif

ifeq ($(WIN32),true)
# FIXME: make OpenGL >= 2 work with mingw
HAVE_DGL = false
endif

# --------------------------------------------------------------
# Basic setup



Loading…
Cancel
Save