From 230c06a1263f7477d28d58ffa73a2e9e6cd4904d Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 15 Aug 2016 15:02:17 +0200 Subject: Updating Mac OS X board files --- boards/base/OSX/example/Makefile | 6 +++--- boards/base/OSX/example/readme.txt | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 boards/base/OSX/example/readme.txt (limited to 'boards/base/OSX/example') diff --git a/boards/base/OSX/example/Makefile b/boards/base/OSX/example/Makefile index d4ea932e..cce88c13 100644 --- a/boards/base/OSX/example/Makefile +++ b/boards/base/OSX/example/Makefile @@ -26,7 +26,7 @@ ARCH = SRCFLAGS = -ggdb -O0 -CFLAGS = +CFLAGS = `sdl2-config --libs --cflags` CXXFLAGS = ASFLAGS = LDFLAGS = @@ -35,8 +35,8 @@ SRC = OBJS = DEFS = LIBS = -INCPATH = /opt/X11/include -LIBPATH = /opt/X11/lib +INCPATH = +LIBPATH = ############################################################################################## # These should be at the end diff --git a/boards/base/OSX/example/readme.txt b/boards/base/OSX/example/readme.txt deleted file mode 100644 index 66491238..00000000 --- a/boards/base/OSX/example/readme.txt +++ /dev/null @@ -1,2 +0,0 @@ -Copy these files into your own project directory and alter them to suite. - -- cgit v1.2.3