Difference for arch/makefile.nt from version 1.2 to 1.3


version 1.2 version 1.3
Line 6
 
Line 6
 !ifdef ENV_MSVC  !ifdef ENV_MSVC
 SUBDIRS = win32  SUBDIRS = win32
 !endif  !endif
 !ifdef WGL_IO  !ifdef SDL
   SUBDIRS = $(SUBDIRS) sdl
   !endif
   !ifdef OGL
 SUBDIRS = $(SUBDIRS) ogl  SUBDIRS = $(SUBDIRS) ogl
 !endif  !endif
   

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