summaryrefslogtreecommitdiff
path: root/config.make
diff options
context:
space:
mode:
Diffstat (limited to 'config.make')
-rw-r--r--config.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.make b/config.make
index 416112e..53a01ea 100644
--- a/config.make
+++ b/config.make
@@ -3,21 +3,21 @@
# 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 = ../of_preRelease_v007_linux/
# USER_CFLAGS allows to pass custom flags to the compiler
# for example search paths like:
# USER_CFLAGS = -I src/objects
-USER_CFLAGS = -I ../openFrameworks/addons -I ../openFrameworks/addons/ofxAvahiCore/libs/avahi/include
+USER_CFLAGS =
# USER_LDFLAGS allows to pass custom flags to the linker
# for example libraries like:
# USER_LD_FLAGS = libs/libawesomelib.a
-USER_LDFLAGS = ../openFrameworks/addons/ofxOpenCv/libs/opencv/lib/linux64/libopencv_legacy.a
+USER_LDFLAGS =
# use this to add system libraries for example: