diff options
| author | Comment <tim@gray.(none)> | 2013-06-20 09:06:40 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-06-20 09:06:40 +0100 |
| commit | 39bcb5346b1f746399192391b6699e81d0d8ad3a (patch) | |
| tree | 36445cbd0d270f5181fb04eaf875a7b6f3422ff2 /06_performance/config.make | |
| parent | cdd0e0b630bd3a5a8ba15dbce7f5e03221b72f92 (diff) | |
spooky bug fixed, integration nearly right
Diffstat (limited to '06_performance/config.make')
| -rw-r--r-- | 06_performance/config.make | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
