Difference for arch/sdl/makefile from version 1.2 to 1.3


version 1.2 version 1.3
Line 8
 
Line 8
 OBJECTS += digi.$(OBJ)  OBJECTS += digi.$(OBJ)
 endif  endif
   
 ifdef SDL_INPUT  ifdef SDL
 OBJECTS += event.$(OBJ) key.$(OBJ) mouse.$(OBJ)  OBJECTS += event.$(OBJ) key.$(OBJ) mouse.$(OBJ)
 endif  
   
 ifdef SDL_VIDEO  
 OBJECTS += gr.$(OBJ)   OBJECTS += gr.$(OBJ)
 endif  endif
   

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3