- added target
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@683 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
CONFIG ?= release
|
CONFIG ?= release
|
||||||
JUCE_VER := JUCE-3.1.1
|
JUCE_VER := JUCE-3.1.1
|
||||||
|
TARGET := LINUX
|
||||||
|
|
||||||
SRCS := modules/juce_core/juce_core.cpp
|
SRCS := modules/juce_core/juce_core.cpp
|
||||||
SRCS += modules/juce_data_structures/juce_data_structures.cpp
|
SRCS += modules/juce_data_structures/juce_data_structures.cpp
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ CXXFLAGS_debug := ${CXXFLAGS} -O0 -g
|
|||||||
CXXFLAGS_release := ${CXXFLAGS} -O2
|
CXXFLAGS_release := ${CXXFLAGS} -O2
|
||||||
|
|
||||||
INCLUDES += -I./ -I/usr/include/freetype2
|
INCLUDES += -I./ -I/usr/include/freetype2
|
||||||
|
DEFINES += -D${TARGET}
|
||||||
|
|
||||||
${OBJS}: $(BUILD_DIR)/%.o : ${JUCE_ROOT}/%.cpp
|
${OBJS}: $(BUILD_DIR)/%.o : ${JUCE_ROOT}/%.cpp
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
|
|||||||
Reference in New Issue
Block a user