diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-03-21 15:57:14 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-03-21 15:57:14 +0000 |
| commit | e9e12efa3333f0f9e1b7baa84e8a8802733b13ac (patch) | |
| tree | 65971ec2698184ca436807a80d860a6e9ac3e048 /rayhit/config.make | |
| parent | 4f0fe0e5dd669f1fe65d9c9c17b8a546054a8717 (diff) | |
ofxRay confusion
Diffstat (limited to 'rayhit/config.make')
| -rw-r--r-- | rayhit/config.make | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/rayhit/config.make b/rayhit/config.make new file mode 100644 index 0000000..9ce3e2f --- /dev/null +++ b/rayhit/config.make @@ -0,0 +1,34 @@ +# add custom variables to this file + +# OF_ROOT allows to move projects outside apps/* just set this variable to the +# absoulte path to the OF root folder + +OF_ROOT = ../../openFrameworks-020912 + + +# USER_CFLAGS allows to pass custom flags to the compiler +# for example search paths like: +# USER_CFLAGS = -I src/objects + +USER_CFLAGS = + + +# USER_LDFLAGS allows to pass custom flags to the linker +# for example libraries like: +# USER_LD_FLAGS = libs/libawesomelib.a + +USER_LDFLAGS = + + +# use this to add system libraries for example: +# USER_LIBS = -lpango + +USER_LIBS = + + +# change this to add different compiler optimizations to your project + +USER_COMPILER_OPTIMIZATION = -march=native -mtune=native -Os + + +EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" |
