diff options
Diffstat (limited to 'gui/config.make')
| -rw-r--r-- | gui/config.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/config.make b/gui/config.make index 2ae93e7..65a3495 100644 --- a/gui/config.make +++ b/gui/config.make @@ -56,7 +56,7 @@ OF_ROOT = ../../openFrameworks # # Will automatically exclude the following: # -# $(PROJECT_ROOT)/bin% +# $(PROJECT_EXCLUSIONSJECT_ROOT)/bin% # $(PROJECT_ROOT)/obj% # $(PROJECT_ROOT)/%.xcodeproj # @@ -72,6 +72,7 @@ OF_ROOT = ../../openFrameworks # # Note: Leave a leading space when adding list items with the += operator ################################################################################ +PROJECT_LDFLAGS = -FFrameworks -framework Syphon # Currently, shared libraries that are needed are copied to the # $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to |
