Mercurial > sdl-ios-xcode
diff test/automated/Makefile @ 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 | 3c9d9c052c8f |
children | d8772964e402 |
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