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


version 1.3 version 1.4
Line 6
 
Line 6
   
 OBJECTS += gr.$(OBJ) ogl.$(OBJ)  OBJECTS += gr.$(OBJ) ogl.$(OBJ)
   
   ifdef SDLGL_IO
   OBJECTS += sdlgl.$(OBJ)
   endif
 ifdef GLX_IO  ifdef GLX_IO
 OBJECTS += glx.$(OBJ)  OBJECTS += glx.$(OBJ)
 endif  endif

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