- added config.mk and Makefile for Jay's build system
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
MAKE_HOME ?= /home/jens/work/software/make
|
||||
CONFIG ?= debug
|
||||
BUILD_DIR ?= ./build/${CONFIG}
|
||||
|
||||
JUCE_PATH ?= $(realpath ../juce/JUCE-3.1.1)
|
||||
VST2_SDK_PATH ?= $(realpath ../sdk/vst/vstsdk2.4)
|
||||
|
||||
Reference in New Issue
Block a user