Difference for arch/makefile from version 1.3 to 1.4


version 1.3 version 1.4
Line 10
 
Line 10
 ifdef SDL  ifdef SDL
 SUBDIRS += sdl  SUBDIRS += sdl
 endif  endif
   ifdef SDL_AUDIO
   SUBDIRS += sdl
   endif
 endif  endif
 ifdef ENV_MINGW32  ifdef ENV_MINGW32
 SUBDIRS = win32  SUBDIRS = win32

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