- use .mk
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@699 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-17
@@ -3,23 +3,7 @@ PKG_VER := JUCE-3.1.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
|
||||
SRCS += modules/juce_graphics/juce_graphics.cpp
|
||||
SRCS += modules/juce_gui_basics/juce_gui_basics.cpp
|
||||
SRCS += modules/juce_gui_extra/juce_gui_extra.cpp
|
||||
SRCS += modules/juce_audio_basics/juce_audio_basics.cpp
|
||||
SRCS += modules/juce_audio_devices/juce_audio_devices.cpp
|
||||
SRCS += modules/juce_audio_formats/juce_audio_formats.cpp
|
||||
SRCS += modules/juce_audio_processors/juce_audio_processors.cpp
|
||||
SRCS += modules/juce_audio_plugin_client/utility/juce_PluginUtilities.cpp
|
||||
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-${PKG_VER}.mk
|
||||
include pkg.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user