Difference for arch/makefile from version 1.5 to 1.6


version 1.5 version 1.6
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

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