Difference for arch/sdl/makefile from version 1.4 to 1.5


version 1.4 version 1.5
Line 9
 
Line 9
 endif  endif
   
 ifdef SDL_INPUT  ifdef SDL_INPUT
 OBJECTS += event.$(OBJ) key.$(OBJ) mouse.$(OBJ)  OBJECTS += event.$(OBJ) key_arch.$(OBJ) mouse.$(OBJ)
 endif  endif
   
 ifdef SDL_VIDEO  ifdef SDL_VIDEO

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5