Browse Source

Fix build with updated dpf

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 11 months ago
parent
commit
13f81cd1af
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
7 changed files with 22 additions and 0 deletions
  1. +4
    -0
      Makefile.mk2
  2. +3
    -0
      distrho-3bandeq.cpp
  3. +3
    -0
      distrho-3bandsplitter.cpp
  4. +3
    -0
      distrho-nekobi.cpp
  5. +3
    -0
      distrho-pingpongpan.cpp
  6. +3
    -0
      distrho-vectorjuice.cpp
  7. +3
    -0
      distrho-wobblejuice.cpp

+ 4
- 0
Makefile.mk2 View File

@@ -35,6 +35,10 @@ OBJS += \
DPF_FLAGS += -DSTATIC_BUILD
DPF_FLAGS += -UDONT_SET_USING_DGL_NAMESPACE

ifeq ($(MACOS),true)
DPF_FLAGS += -ObjC++
endif

# ---------------------------------------------------------------------------------------------------------------------
# ZynAddSubFX



+ 3
- 0
distrho-3bandeq.cpp View File

@@ -38,6 +38,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


+ 3
- 0
distrho-3bandsplitter.cpp View File

@@ -38,6 +38,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


+ 3
- 0
distrho-nekobi.cpp View File

@@ -37,6 +37,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


+ 3
- 0
distrho-pingpongpan.cpp View File

@@ -38,6 +38,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


+ 3
- 0
distrho-vectorjuice.cpp View File

@@ -38,6 +38,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


+ 3
- 0
distrho-wobblejuice.cpp View File

@@ -38,6 +38,9 @@
#include "DistrhoPluginMain.cpp"
#if DISTRHO_PLUGIN_HAS_UI
#include "DistrhoUIMain.cpp"
#ifdef CARLA_OS_MAC
#include "DistrhoUI_macOS.mm"
#endif
#endif

START_NAMESPACE_DISTRHO


Loading…
Cancel
Save