brickworks/examples/fxpp_comb/vst3/Makefile

10 lines
276 B
Makefile
Raw Normal View History

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