Browse Source

Fix Makefile print, LV2/VST2 plugin is available for Windows

tags/v2.1-rc1
falkTX 5 years ago
parent
commit
30b817649e
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      Makefile

+ 0
- 9
Makefile View File

@@ -765,11 +765,7 @@ features_print_main:
@printf -- "$(tS)---> Main features $(tE)\n"
ifeq ($(HAVE_PYQT),true)
@printf -- "Front-End: $(ANS_YES)\n"
ifneq ($(WIN32),true)
@printf -- "LV2 plugin: $(ANS_YES)\n"
else
@printf -- "LV2 plugin: $(ANS_NO) $(mZ)Not available for Windows$(mE)\n"
endif
ifneq ($(HAIKU),true)
@printf -- "VST plugin: $(ANS_YES)\n"
else
@@ -933,13 +929,8 @@ endif

@printf -- "$(tS)---> Internal plugins: $(tE)\n"
@printf -- "Basic Plugins: $(ANS_YES)\n"
ifneq ($(WIN32),true)
@printf -- "Carla-Patchbay: $(ANS_YES)\n"
@printf -- "Carla-Rack: $(ANS_YES)\n"
else
@printf -- "Carla-Patchbay: $(ANS_NO) $(mS)Not available for Windows$(mE)\n"
@printf -- "Carla-Rack: $(ANS_NO) $(mS)Not available for Windows$(mE)\n"
endif
ifeq ($(EXTERNAL_PLUGINS),true)
@printf -- "External Plugins: $(ANS_YES)\n"
else


Loading…
Cancel
Save