Skip to content

Commit

Permalink
sketch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgs committed Sep 7, 2019
1 parent f4c5538 commit bcd323d
Show file tree
Hide file tree
Showing 7 changed files with 3,614 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lm-week1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OF_ROOT=$(realpath ../../..)
OF_ROOT=$(realpath ../../../..)
endif

# call the project makefile!
Expand Down
4 changes: 2 additions & 2 deletions lm-week1/Project.xcconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//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 = ../../..
OF_PATH = ../../../..

//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"
#include "../../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"

//ICONS - NEW IN 0072
ICON_NAME_DEBUG = icon-debug.icns
Expand Down
4 changes: 2 additions & 2 deletions lm-week1/config.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
################################################################################
# OF ROOT
# The location of your root openFrameworks installation
# (default) OF_ROOT = ../../..
# (default) OF_ROOT = ../../../..
################################################################################
# OF_ROOT = ../../..
# OF_ROOT = ../../../..

################################################################################
# PROJECT ROOT
Expand Down
Loading

0 comments on commit bcd323d

Please sign in to comment.