- everything is a package

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@684 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-21 19:22:23 +00:00
parent 1406778eab
commit 861f123cb6
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
CONFIG ?= release
JUCE_VER := JUCE-3.1.1
PKG_VER := JUCE-3.1.1
TARGET := LINUX
SRCS := modules/juce_core/juce_core.cpp
@@ -19,6 +19,6 @@ SRCS += modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
DEFINES := -DHAVE_LROUND
INCLUDES := -I ../vst/vstsdk2.4
include juce.mk
include pkg.mk