From de68c3e9911616d116135960075d80b6c72efecc Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 11 Oct 2012 19:44:44 +0100 Subject: initial commit --- Project.xcconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Project.xcconfig (limited to 'Project.xcconfig') diff --git a/Project.xcconfig b/Project.xcconfig new file mode 100644 index 0000000..68c3393 --- /dev/null +++ b/Project.xcconfig @@ -0,0 +1,11 @@ +//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 +OF_PATH = /Developer/Library/openFrameworks + +//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE +//#include "../../../../Developer/Library/openFrameworks/../Developer/Library/openFrameworks/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" +#include "/Developer/Library/openFrameworks/libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" + +OTHER_LDFLAGS = $(OF_CORE_LIBS) +HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) -- cgit v1.2.3