Mercurial > sdl-ios-xcode
changeset 3717:1e46139bc4bc gsoc2009_unit_tests
Fixed my setup, putting a more universal makefile up.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 07 Jul 2009 09:35:08 +0000 |
parents | ac6bc19a2dfb |
children | 9d71382713b5 |
files | test/automated/Makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/automated/Makefile Wed Jul 01 22:03:32 2009 +0000 +++ b/test/automated/Makefile Tue Jul 07 09:35:08 2009 +0000 @@ -1,11 +1,11 @@ -#CFLAGS := -I. `sdl-config --cflags` -#LDFLAGS := `sdl-config --libs` +CFLAGS := -I. `sdl-config --cflags` +LDFLAGS := `sdl-config --libs` # If it doesn't pick up defaults -CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL -LDFLAGS := -lm -ldl -lesd -lpthread +#CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL +#LDFLAGS := -lm -ldl -lesd -lpthread COMMON_SRC := SDL_at.c /usr/local/lib/libSDL.a COMMON_INCLUDE := SDL_at.h