- refactored

git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@751 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-01-08 10:41:41 +00:00
parent 9472bb0a36
commit 637b237966
4 changed files with 39 additions and 28 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ TEST_SRCS := source/main.cpp source/Rbm.cpp source/Layer.cpp source/Stack.cpp so
CXXFLAGS += -std=c++11 -L juce/build/${CONFIG}
CXXFLAGS_debug := ${CXXFLAGS} -O0 -g
CXXFLAGS_release := ${CXXFLAGS} -O2
CXXFLAGS_release := ${CXXFLAGS} -O2 -g
LFLAGS := -L juce/build/${CONFIG}
LFLAGS_release := ${LFLAGS}
@@ -20,7 +20,7 @@ LFLAGS_debug := ${LFLAGS}
CFLAGS :=
CFLAGS_debug := ${CFLAGS} -O0 -g
CFLAGS_release := ${CFLAGS} -O2
CFLAGS_release := ${CFLAGS} -O2 -g
INCLUDES := -I${JUCE_ROOT} -Ijuce
LIBS := -lstdc++ -lm -larmadillo -ljsoncpp -ljuce -lfreetype -lpthread -ldl -lrt -lX11 -lGL -lXinerama -lXext