Difference for arch/makefile from version 1.6 to 1.7


version 1.6 version 1.7
Line 5
 
Line 5
 ifdef ENV_DJGPP  ifdef ENV_DJGPP
 SUBDIRS = dos  SUBDIRS = dos
 endif  endif
 ifdef OGL  
 SUBDIRS += ogl  
 endif  
 ifdef ENV_LINUX  ifdef ENV_LINUX
 SUBDIRS = linux  SUBDIRS = linux
 ifdef SDL  ifdef SDL
Line 19
 
Line 16
 endif  endif
 ifdef ENV_MSVC  ifdef ENV_MSVC
 SUBDIRS = win32  SUBDIRS = win32
   endif
   ifdef OGL
   SUBDIRS += ogl
 endif  endif
   
 include $(TOPDIR)/default.mak  include $(TOPDIR)/default.mak

Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7