2023-07-01 09:12:48 +00:00
|
|
|
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
|
|
|
|
|
|
NAME := bw_example_fxpp_comb
|
2023-09-20 09:32:30 +00:00
|
|
|
SOURCE := bw_example_fxpp_comb.cpp
|
2023-07-01 09:12:48 +00:00
|
|
|
|
|
|
|
include ${ROOT_DIR}/../../common/vst3/vst3.mk
|
2023-09-22 12:52:45 +00:00
|
|
|
|
|
|
|
CXXFLAGS += -DRELEASE=1 -DNDEBUG -DBW_NO_DEBUG
|
|
|
|
#CXXFLAGS += -DDEVELOPMENT=1 -DBW_DEBUG_DEEP
|