Fix text offset in some areas, cleanup
This commit is contained in:
parent
6dba9ae701
commit
9bd0d805fd
4 changed files with 4 additions and 5 deletions
|
|
@ -39,7 +39,6 @@
|
|||
#include <ui/MenuSeparator.hpp>
|
||||
#include <asset.hpp>
|
||||
#include <context.hpp>
|
||||
#include <helpers.hpp>
|
||||
#include <system.hpp>
|
||||
|
||||
namespace rack {
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'
|
|||
|
||||
ifeq ($(NAME),CardinalFX)
|
||||
|
||||
all: jack vst2 lv2 shared resources
|
||||
all: jack vst2 lv2 resources
|
||||
|
||||
CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv
|
||||
|
||||
|
|
@ -256,7 +256,7 @@ else # CardinalFX
|
|||
ifeq ($(NAME),Cardinal)
|
||||
all: jack lv2 vst3 resources
|
||||
else
|
||||
all: jack lv2 vst2 vst3 shared resources
|
||||
all: jack lv2 vst2 vst3 resources
|
||||
endif
|
||||
|
||||
PLUGIN_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/resources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue