summaryrefslogtreecommitdiff
path: root/vfg/Project.xcconfig
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-11-12 12:59:48 +0000
committerTim Redfern <tim@eclectronics.org>2012-11-12 12:59:48 +0000
commit91ff35dff6ae35943d8f1132652e426f88c98592 (patch)
treeac0bd61dbd8532841d6715b194c42ff9522e733f /vfg/Project.xcconfig
parent275acd8fe15ca66401cff428091772e7ab71444e (diff)
osx project
Diffstat (limited to 'vfg/Project.xcconfig')
-rw-r--r--vfg/Project.xcconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/vfg/Project.xcconfig b/vfg/Project.xcconfig
new file mode 100644
index 0000000..d7bd249
--- /dev/null
+++ b/vfg/Project.xcconfig
@@ -0,0 +1,9 @@
+//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
+//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
+OF_PATH = /Developer/Library/openFrameworks
+
+//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
+#include "/Developer/Library/openFrameworks/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
+
+OTHER_LDFLAGS = $(OF_CORE_LIBS)
+HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)