This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Plugins
mirror of
https://github.com/falkTX/Carla-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix build with updated dpf
Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX
11 months ago
parent
3c0026dad5
commit
13f81cd1af
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
7 changed files
with
22 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile.mk2
+3
-0
distrho-3bandeq.cpp
+3
-0
distrho-3bandsplitter.cpp
+3
-0
distrho-nekobi.cpp
+3
-0
distrho-pingpongpan.cpp
+3
-0
distrho-vectorjuice.cpp
+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
Write
Preview
Loading…
Cancel
Save