Fix build
This commit is contained in:
parent
1278df9dc8
commit
0052a05313
1 changed files with 5 additions and 0 deletions
|
@ -434,6 +434,9 @@ PLUGIN_FILES += $(wildcard ChowDSP/lib/r8lib/*.cpp)
|
||||||
|
|
||||||
PLUGIN_FILES += $(wildcard CatroModulo/src/*.cpp)
|
PLUGIN_FILES += $(wildcard CatroModulo/src/*.cpp)
|
||||||
|
|
||||||
|
# modules/types which are present in other plugins
|
||||||
|
CATROMODULO_CUSTOM = LowFrequencyOscillator NumDisplayWidget
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# cf
|
# cf
|
||||||
|
|
||||||
|
@ -449,6 +452,7 @@ PLUGIN_FILES += $(wildcard DrumKit/src/model/*.cpp)
|
||||||
PLUGIN_FILES += $(wildcard DrumKit/deps/*.cpp)
|
PLUGIN_FILES += $(wildcard DrumKit/deps/*.cpp)
|
||||||
PLUGIN_FILES += $(wildcard DrumKit/deps/SynthDevKit/src/*.cpp)
|
PLUGIN_FILES += $(wildcard DrumKit/deps/SynthDevKit/src/*.cpp)
|
||||||
|
|
||||||
|
# modules/types which are present in other plugins
|
||||||
DRUMKIT_CUSTOM = ADSR Envelope LowFrequencyOscillator
|
DRUMKIT_CUSTOM = ADSR Envelope LowFrequencyOscillator
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
@ -471,6 +475,7 @@ PLUGIN_FILES += $(filter-out Extratone/src/plugin.cpp,$(wildcard Extratone/src/*
|
||||||
|
|
||||||
PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp))
|
PLUGIN_FILES += $(filter-out FehlerFabrik/src/plugin.cpp,$(wildcard FehlerFabrik/src/*.cpp))
|
||||||
|
|
||||||
|
# modules/types which are present in other plugins
|
||||||
FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter
|
FEHLERFABRIK_CUSTOM = Operator Sequencer SlewLimiter
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue