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


version 1.3 version 1.4
Line 8
 
Line 8
 OBJECTS += digi.$(OBJ)  OBJECTS += digi.$(OBJ)
 endif  endif
   
 ifdef SDL  ifdef SDL_INPUT
 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.3 
line(s) changed
 line(s) added in v.1.4