Refresh default template, add fx and synth variants of those
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3318ae17d0
commit
9d89f16e54
5 changed files with 485 additions and 22 deletions
|
@ -272,7 +272,9 @@ all: lv2 vst2 vst3 static
|
|||
endif
|
||||
|
||||
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/ComponentLibrary/*.svg ../Rack/res/fonts/*.ttf))
|
||||
CORE_RESOURCES += template.vcv
|
||||
CORE_RESOURCES += $(subst ../,,$(wildcard ../template*.vcv))
|
||||
|
||||
$(error $(CORE_RESOURCES))
|
||||
|
||||
LV2_RESOURCES = $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).lv2/resources/%)
|
||||
VST3_RESOURCES = $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).vst3/Contents/Resources/%)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue