Mercurial > sdl-ios-xcode
diff test/automated/Makefile @ 3481:c32c53fca10d
Fixed include paths for Visual C++
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Nov 2009 06:42:58 +0000 |
parents | 22ac66da0765 |
children | 0c429a5fda8a |
line wrap: on
line diff
--- a/test/automated/Makefile Sun Nov 22 06:37:43 2009 +0000 +++ b/test/automated/Makefile Sun Nov 22 06:42:58 2009 +0000 @@ -1,10 +1,10 @@ -CFLAGS := -W -Wall -Wextra -g -I. `sdl-config --cflags` +CFLAGS := -W -Wall -Wextra -g `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 +#CFLAGS := -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL #LDFLAGS := -lm -ldl -lesd -lpthread SRC := testsdl.c \