refactored
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include make/defaults.mk
|
||||
NAME := Delay
|
||||
CONFIG ?= debug
|
||||
CONFIG ?= release
|
||||
TARGET ?= JayDelay.so
|
||||
|
||||
CFLAGS += -fPIC
|
||||
@@ -14,8 +14,9 @@ INCLUDES += -I $(realpath submodules/dsp)
|
||||
|
||||
DEFINES += -DVST_2_4_EXTENSIONS=0 -DVST_2_3_EXTENSIONS=1
|
||||
|
||||
GCC_SRCS := src/iir.c src/paramutils.c
|
||||
CXX_SRCS := src/filter.cpp src/filterMain.cpp
|
||||
GCC_SRCS := src/paramutils.c
|
||||
CXX_SRCS := src/plugin.cpp
|
||||
CXX_SRCS := src/pluginMain.cpp
|
||||
CXX_SRCS += $(VST2_SDK_PATH)/public.sdk/source/vst2.x/audioeffect.cpp
|
||||
CXX_SRCS += $(VST2_SDK_PATH)/public.sdk/source/vst2.x/audioeffectx.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user