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


version 1.2 version 1.3
Line 9
 
Line 9
 ifdef GLX_IO  ifdef GLX_IO
 OBJECTS += glx.$(OBJ)  OBJECTS += glx.$(OBJ)
 endif  endif
   ifdef WGL_IO
   OBJECTS += wgl.$(OBJ)
   endif
   
 OUTPUT = $(LIBDIR)ogl.$(ARC)  OUTPUT = $(LIBDIR)ogl.$(ARC)
   

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