Rename current Cardinal as CardinalFX and add 10cv+audio variant
This commit is contained in:
parent
5465b44705
commit
f5920faaa3
14 changed files with 93 additions and 20 deletions
|
@ -226,14 +226,12 @@ endif
|
|||
BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Enable all possible plugin types
|
||||
|
||||
all: jack lv2 vst2 vst3 resources
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Enable all possible plugin types and setup resources
|
||||
|
||||
ifeq ($(NAME),Cardinal)
|
||||
|
||||
all: jack lv2 resources
|
||||
|
||||
CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv
|
||||
|
||||
PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/Cardinal.lv2/resources/%)
|
||||
|
@ -246,6 +244,8 @@ PLUGIN_RESOURCES += $(CORE_RESOURCES:%=$(TARGET_DIR)/Cardinal.vst3/Contents/Reso
|
|||
|
||||
else
|
||||
|
||||
all: jack lv2 vst2 vst3 resources
|
||||
|
||||
PLUGIN_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/resources
|
||||
ifeq ($(MACOS),true)
|
||||
PLUGIN_RESOURCES += $(TARGET_DIR)/$(NAME).vst/Contents/Resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue