Removing some more references to SDL 1.3

This commit is contained in:
Sam Lantinga 2012-01-22 17:26:45 -05:00
parent d71e0546a9
commit 3ad2c65336
12 changed files with 14 additions and 212 deletions

View file

@ -26,7 +26,7 @@ INCLUDES := include
#---------------------------------------------------------------------------------
ARCH := -mthumb -mthumb-interwork \
-D__NDS__ -DENABLE_NDS -DNO_SIGNAL_H -DDISABLE_THREADS -DPACKAGE=\"SDL\" \
-DVERSION=\"1.3\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DVERSION=\"2.0\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
CFLAGS := -g -Wall -O2\
-march=armv5te -mtune=arm946e-s \