diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-08-27 13:19:47 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-08-27 13:19:47 +0100 |
| commit | d8a46a6409286b3834bc609e4f34a09d48a8ae58 (patch) | |
| tree | ba808c1648c908c5363b762541557ea649b12f27 /imgtest/Project.xcconfig | |
initial commit
Diffstat (limited to 'imgtest/Project.xcconfig')
| -rw-r--r-- | imgtest/Project.xcconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/imgtest/Project.xcconfig b/imgtest/Project.xcconfig new file mode 100644 index 0000000..6b9ae08 --- /dev/null +++ b/imgtest/Project.xcconfig @@ -0,0 +1,18 @@ +//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 = ../../openFrameworks + +//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE +#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig" + +//ICONS - NEW IN 0072 +ICON_NAME_DEBUG = icon-debug.icns +ICON_NAME_RELEASE = icon.icns +ICON_FILE_PATH = $(OF_PATH)/libs/openFrameworksCompiled/project/osx/ + +//IF YOU WANT AN APP TO HAVE A CUSTOM ICON - PUT THEM IN YOUR DATA FOLDER AND CHANGE ICON_FILE_PATH to: +//ICON_FILE_PATH = bin/data/ + +OTHER_CFLAGS = $(OF_CORE_CFLAGS) +OTHER_LDFLAGS = $(OF_CORE_LIBS) $(OF_CORE_FRAMEWORKS) +HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS) |
