- use VST

- fixed INCLUDES

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@679 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-21 19:02:22 +00:00
parent ce0564de3f
commit 8673a206fa
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ SRCS += modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp
SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
DEFINES := -DHAVE_LROUND
INCLUDES := -I ../vst/vstsdk2.4
include juce.mk
+1 -1
View File
@@ -17,7 +17,7 @@ CXXFLAGS += -std=c++11
CXXFLAGS_debug := ${CXXFLAGS} -O0 -g
CXXFLAGS_release := ${CXXFLAGS} -O2
INCLUDES := -I./ -I/usr/include/freetype2
INCLUDES += -I./ -I/usr/include/freetype2
${OBJS}: $(BUILD_DIR)/%.o : ${JUCE_ROOT}/%.cpp
mkdir -p $(dir $@)