annotate Project.xcconfig @ 4:c843a959013f tip

Now using OSC bundles; some reorganisation and const-ification of code.
author samer
date Tue, 28 Feb 2012 11:36:30 +0000
parents b5281b3d55ce
children
rev   line source
samer@0 1 //THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
samer@0 2 //THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
samer@0 3 OF_PATH = ../../..
samer@0 4
samer@0 5 //THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
samer@0 6 #include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
samer@0 7
samer@0 8 OTHER_LDFLAGS = $(OF_CORE_LIBS)
samer@0 9 HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)