Difference for arch/ogl/makefile.nt from version 1.1 to 1.2


version 1.1 version 1.2
Line 6
 
Line 6
   
 OBJECTS = gr.$(OBJ) ogl.$(OBJ)  OBJECTS = gr.$(OBJ) ogl.$(OBJ)
   
   !ifdef SDLGL_IO
   OBJECTS = $(OBJECTS) sdlgl.$(OBJ)
   !endif
 !ifdef WGL_IO  !ifdef WGL_IO
 OBJECTS = $(OBJECTS) wgl.$(OBJ)  OBJECTS = $(OBJECTS) wgl.$(OBJ)
 !endif  !endif

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