- use .mk

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@699 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-25 18:41:00 +00:00
parent d51c8b9235
commit 8bcbff3fea
4 changed files with 18 additions and 32 deletions
-7
View File
@@ -1,8 +1,3 @@
CONFIG ?= release
PKG_VER := JUCE-4.3.1
TARGET := LINUX
BUILD_TARGET := libjuce.a
SRCS := modules/juce_core/juce_core.cpp
SRCS += modules/juce_data_structures/juce_data_structures.cpp
SRCS += modules/juce_events/juce_events.cpp
@@ -23,6 +18,4 @@ INCLUDES := -I ../vst/vstsdk2.4
DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\"
INCLUDES += -I${PKG_VER}/modules
include pkg.mk