- 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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
CONFIG ?= release
|
||||
PKG_VER := JUCE-5.4.5
|
||||
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,3 @@ INCLUDES := -I ../vst/vstsdk2.4
|
||||
DEFINES += -DJUCE_APP_CONFIG_HEADER=\"JuceHeader.h.${PKG_VER}\"
|
||||
INCLUDES += -I${PKG_VER}/modules
|
||||
|
||||
include pkg.mk
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user