Difference for arch/linux/ggi/makefile from version 1.3 to 1.4


version 1.3 version 1.4
Line 4
 
Line 4
   
 OBJECTS += init.$(OBJ)  OBJECTS += init.$(OBJ)
   
   ifdef GGI_VIDEO
 OBJECTS += gr.$(OBJ)  OBJECTS += gr.$(OBJ)
   endif
   
   ifdef GII_INPUT
 OBJECTS += key.$(OBJ) mouse.$(OBJ) event.$(OBJ)  OBJECTS += key.$(OBJ) mouse.$(OBJ) event.$(OBJ)
   endif
   
 OUTPUT = $(LIBDIR)ggi.$(ARC)  OUTPUT = $(LIBDIR)ggi.$(ARC)
   

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