Skip to content

Commit

Permalink
upgrade verion of osx MoMa to of0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thiravet committed Sep 20, 2018
1 parent 471e12b commit df9bead
Show file tree
Hide file tree
Showing 61 changed files with 54,639 additions and 225 deletions.
1 change: 1 addition & 0 deletions mmTutorial_1_DataTypes/Project.xcconfig
Expand Up @@ -13,5 +13,6 @@ 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)
7 changes: 4 additions & 3 deletions mmTutorial_1_DataTypes/config.make
Expand Up @@ -70,13 +70,14 @@
# (default) PROJECT_LDFLAGS = -Wl,-rpath=./libs
#
# Note: Leave a leading space when adding list items with the += operator
#
################################################################################

# Currently, shared libraries that are needed are copied to the
# $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to
# add a runtime path to search for those shared libraries, since they aren't
# incorporated directly into the final executable application binary.
################################################################################
# PROJECT_LDFLAGS=-Wl,-rpath=./libs
# TODO: should this be a default setting?
PROJECT_LDFLAGS=-Wl,-rpath=./libs,-lblas,-llapack

################################################################################
# PROJECT DEFINES
Expand Down

0 comments on commit df9bead

Please sign in to comment.