comparison 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
comparison
equal deleted inserted replaced
3480:cd763d104465 3481:c32c53fca10d
1 1
2 2
3 CFLAGS := -W -Wall -Wextra -g -I. `sdl-config --cflags` 3 CFLAGS := -W -Wall -Wextra -g `sdl-config --cflags`
4 LDFLAGS := `sdl-config --libs` 4 LDFLAGS := `sdl-config --libs`
5 5
6 # If it doesn't pick up defaults 6 # If it doesn't pick up defaults
7 #CFLAGS := -I. -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL 7 #CFLAGS := -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/local/include/SDL
8 #LDFLAGS := -lm -ldl -lesd -lpthread 8 #LDFLAGS := -lm -ldl -lesd -lpthread
9 9
10 SRC := testsdl.c \ 10 SRC := testsdl.c \
11 rwops/rwops.c \ 11 rwops/rwops.c \
12 platform/platform.c \ 12 platform/platform.c \