Browse Source

Build VST plugin for all possible OSes

tags/v2.1-alpha1-winvst
falkTX 7 years ago
parent
commit
a373a71d61
2 changed files with 2 additions and 6 deletions
  1. +1
    -3
      Makefile
  2. +1
    -3
      source/plugin/Makefile

+ 1
- 3
Makefile View File

@@ -515,8 +515,7 @@ endif


# ------------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------------


ifeq ($(LINUX),true)
ifeq ($(HAVE_X11),true)
ifneq ($(HAIKU),true)
ifeq ($(HAVE_PYQT),true) ifeq ($(HAVE_PYQT),true)
# Install vst plugin # Install vst plugin
install -d $(DESTDIR)$(LIBDIR)/vst/carla.vst install -d $(DESTDIR)$(LIBDIR)/vst/carla.vst
@@ -545,7 +544,6 @@ ifeq ($(HAVE_PYQT),true)
$(LINK) ../../carla/styles $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles $(LINK) ../../carla/styles $(DESTDIR)$(LIBDIR)/vst/carla.vst/styles
endif endif
endif endif
endif


ifneq ($(EXTERNAL_PLUGINS),true) ifneq ($(EXTERNAL_PLUGINS),true)
install_external_plugins: install_external_plugins:


+ 1
- 3
source/plugin/Makefile View File

@@ -110,8 +110,7 @@ TARGETS += \
$(BINDIR)/carla.lv2/manifest.ttl $(BINDIR)/carla.lv2/manifest.ttl
endif endif


ifeq ($(LINUX),true)
ifeq ($(HAVE_X11),true)
ifneq ($(HAIKU),true)
ifeq ($(HAVE_PYQT),true) ifeq ($(HAVE_PYQT),true)
TARGETS += \ TARGETS += \
$(BINDIR)/CarlaRack$(LIB_EXT) \ $(BINDIR)/CarlaRack$(LIB_EXT) \
@@ -123,7 +122,6 @@ TARGETS += \
$(BINDIR)/CarlaVstShell$(LIB_EXT) $(BINDIR)/CarlaVstShell$(LIB_EXT)
endif endif
endif endif
endif


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------




Loading…
Cancel
Save