Fixed include paths for Visual C++

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404222
This commit is contained in:
Sam Lantinga 2009-11-22 06:42:58 +00:00
parent 7b31c3e830
commit ccfc72055c
8 changed files with 19 additions and 19 deletions

View file

@ -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 \