- added target

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@682 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-11-21 19:13:58 +00:00
parent 1273a2a4cc
commit 1406778eab
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
CONFIG ?= release
JUCE_VER := JUCE-3.1.1
TARGET := LINUX
SRCS := modules/juce_core/juce_core.cpp
SRCS += modules/juce_data_structures/juce_data_structures.cpp
+1
View File
@@ -18,6 +18,7 @@ CXXFLAGS_debug := ${CXXFLAGS} -O0 -g
CXXFLAGS_release := ${CXXFLAGS} -O2
INCLUDES += -I./ -I/usr/include/freetype2
DEFINES += -D${TARGET}
${OBJS}: $(BUILD_DIR)/%.o : ${JUCE_ROOT}/%.cpp
mkdir -p $(dir $@)