From 39bcb5346b1f746399192391b6699e81d0d8ad3a Mon Sep 17 00:00:00 2001 From: Comment Date: Thu, 20 Jun 2013 09:06:40 +0100 Subject: spooky bug fixed, integration nearly right --- 06_performance/config.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '06_performance/config.make') diff --git a/06_performance/config.make b/06_performance/config.make index 261aa2e..e8ff248 100644 --- a/06_performance/config.make +++ b/06_performance/config.make @@ -3,7 +3,7 @@ # OF_ROOT allows to move projects outside apps/* just set this variable to the # absoulte path to the OF root folder -OF_ROOT = ../openFrameworks +OF_ROOT = ../../openFrameworks # USER_CFLAGS allows to pass custom flags to the compiler @@ -17,7 +17,7 @@ USER_CFLAGS = -I $(OF_ROOT)/addons/ofxOpenNI/include/openni -I $(OF_ROOT)/addons # for example libraries like: # USER_LDFLAGS = libs/libawesomelib.a -USER_LDFLAGS = -lusb-1.0 +USER_LDFLAGS = -lusb-1.0 -lOpenNI EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" @@ -53,4 +53,4 @@ NDK_PLATFORM = android-8 LINUX_ARM7_COMPILER_OPTIMIZATIONS = -march=armv7-a -mtune=cortex-a8 -finline-functions -funroll-all-loops -O3 -funsafe-math-optimizations -mfpu=neon -ftree-vectorize -mfloat-abi=hard -mfpu=vfp - +CXX=colorgcc -- cgit v1.2.3